hds-web 1.39.0 → 1.39.2

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.39.0",
3
+ "version": "1.39.2",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -225,6 +225,10 @@ V3Footer.defaultProps = {
225
225
  linkText: "Pricing",
226
226
  linkUrl: "https://hasura.io/pricing",
227
227
  },
228
+ {
229
+ linkText: "Security",
230
+ linkUrl: "https://hasura.io/security/",
231
+ },
228
232
  ],
229
233
  },
230
234
  {
@@ -247,6 +251,10 @@ V3Footer.defaultProps = {
247
251
  {
248
252
  title: "Learn",
249
253
  links: [
254
+ {
255
+ linkText: `Enterprise`,
256
+ linkUrl: "https://hasura.io/enterprise",
257
+ },
250
258
  {
251
259
  linkText: "Blog",
252
260
  linkUrl: "https://hasura.io/blog",
@@ -315,7 +323,7 @@ V3Footer.defaultProps = {
315
323
  },
316
324
  {
317
325
  linkText: "Support",
318
- linkUrl: "https://hasura.io/support",
326
+ linkUrl: "https://hasura.io/support-hub",
319
327
  },
320
328
  {
321
329
  linkText: "Contact Us",
@@ -1527,10 +1527,6 @@ select{
1527
1527
  margin-top: 70px;
1528
1528
  }
1529
1529
 
1530
- .ml-10{
1531
- margin-left: 2.5rem;
1532
- }
1533
-
1534
1530
  .line-clamp-3{
1535
1531
  overflow: hidden;
1536
1532
  display: -webkit-box;
@@ -11911,10 +11907,6 @@ select{
11911
11907
  }
11912
11908
 
11913
11909
  @media (min-width: 768px){
11914
- .md\:ml-10{
11915
- margin-left: 2.5rem;
11916
- }
11917
-
11918
11910
  .md\:ml-16{
11919
11911
  margin-left: 4rem;
11920
11912
  }
@@ -12365,18 +12357,14 @@ select{
12365
12357
  height: auto;
12366
12358
  }
12367
12359
 
12368
- .lg\:max-w-\[716px\]{
12369
- max-width: 716px;
12370
- }
12371
-
12372
- .lg\:max-w-\[714px\]{
12373
- max-width: 714px;
12374
- }
12375
-
12376
12360
  .lg\:max-w-\[712px\]{
12377
12361
  max-width: 712px;
12378
12362
  }
12379
12363
 
12364
+ .lg\:max-w-\[716px\]{
12365
+ max-width: 716px;
12366
+ }
12367
+
12380
12368
  .lg\:grid-cols-2{
12381
12369
  grid-template-columns: repeat(2, minmax(0, 1fr));
12382
12370
  }
@@ -12408,10 +12396,6 @@ select{
12408
12396
  padding-top: 0.5rem;
12409
12397
  }
12410
12398
 
12411
- .lg\:pl-0{
12412
- padding-left: 0px;
12413
- }
12414
-
12415
12399
  .db-s\:mb-0{
12416
12400
  margin-bottom: 0px;
12417
12401
  }
@@ -12602,14 +12586,6 @@ select{
12602
12586
  max-width: 625px;
12603
12587
  }
12604
12588
 
12605
- .db\:max-w-\[716px\]{
12606
- max-width: 716px;
12607
- }
12608
-
12609
- .db\:max-w-\[714px\]{
12610
- max-width: 714px;
12611
- }
12612
-
12613
12589
  .db\:snap-center{
12614
12590
  scroll-snap-align: center;
12615
12591
  }
@@ -13042,12 +13018,8 @@ select{
13042
13018
  }
13043
13019
 
13044
13020
  @media (min-width: 1536px){
13045
- .\32xl\:max-w-\[914px\]{
13046
- max-width: 914px;
13047
- }
13048
-
13049
- .\32xl\:max-w-\[916px\]{
13050
- max-width: 916px;
13021
+ .\32xl\:max-w-\[756px\]{
13022
+ max-width: 756px;
13051
13023
  }
13052
13024
  }
13053
13025