hds-web 1.21.8 → 1.22.0
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/.github/workflows/chromatic.yml +1 -1
- package/dist/index.css +2 -2
- package/dist/index.es.css +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/src/HDS/components/Cards/StoryCard/storysm.js +0 -2
- package/src/HDS/components/Cards/StoryCard/storyxl.js +1 -1
- package/src/HDS/components/Headers/v3Header.js +9 -4
- package/src/styles/tailwind.css +67 -71
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "hds-web",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.22.0",
|
4
4
|
"private": false,
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/index.es.js",
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"framer-motion": "^10.12.16",
|
15
15
|
"path-browserify": "^1.0.1",
|
16
16
|
"prop-types": "^15.8.1",
|
17
|
-
"react": "^
|
18
|
-
"react-dom": "^
|
17
|
+
"react": "^18.2.0",
|
18
|
+
"react-dom": "^18.2.0",
|
19
19
|
"react-github-btn": "^1.4.0",
|
20
20
|
"react-instantsearch-dom": "^6.40.1",
|
21
21
|
"react-markdown": "^8.0.7",
|
@@ -25,7 +25,7 @@ export default function StoryCardXL(props) {
|
|
25
25
|
{props.title &&
|
26
26
|
(
|
27
27
|
<div className="flex pt-6 flex-col gap-6 tb-l:max-w-[547px] ">
|
28
|
-
<Typography textStyle='h3' className='text-neutral-1000 tb-l:block hidden
|
28
|
+
<Typography textStyle='h3' className='text-neutral-1000 tb-l:block hidden min-h-[144px] overflow-clip'>{props.title}</Typography>
|
29
29
|
{props.heroList &&
|
30
30
|
(
|
31
31
|
<div>
|
@@ -279,7 +279,10 @@ export default function V3Header(props) {
|
|
279
279
|
</div>
|
280
280
|
<div className='hds-hidden-tbl flex z-[10] items-center gap-6'>
|
281
281
|
<div className={'h-full ' + ((mobileNavOpen) ? " hds-hidden" : "")}>
|
282
|
-
|
282
|
+
{
|
283
|
+
!props.hideSearch &&
|
284
|
+
(<AlgoliaSearch {...props} />)
|
285
|
+
}
|
283
286
|
</div>
|
284
287
|
{!(isCompany || isDeveloper || isProduct) &&
|
285
288
|
(
|
@@ -308,9 +311,10 @@ export default function V3Header(props) {
|
|
308
311
|
</nav>
|
309
312
|
|
310
313
|
<div className='hds-hidden tb-l:flex flex-row items-center gap-x-4 '>
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
+
{
|
315
|
+
!props.hideSearch &&
|
316
|
+
(<AlgoliaSearch {...props} />)
|
317
|
+
}
|
314
318
|
<a href='/contact-us?type=hasuraenterprise' className='hds-hidden db:flex'>
|
315
319
|
<Typography textStyle='body3c-medium' className='text-neutral-800 hover:text-blue-600'>
|
316
320
|
Contact Sales
|
@@ -488,6 +492,7 @@ export default function V3Header(props) {
|
|
488
492
|
}
|
489
493
|
|
490
494
|
V3Header.defaultProps = {
|
495
|
+
hideSearch:false,
|
491
496
|
HEADER_LIST: [
|
492
497
|
{
|
493
498
|
title: 'Product',
|
package/src/styles/tailwind.css
CHANGED
@@ -1485,14 +1485,14 @@ select{
|
|
1485
1485
|
margin-top: 14px;
|
1486
1486
|
}
|
1487
1487
|
|
1488
|
-
.mt-\[70px\]{
|
1489
|
-
margin-top: 70px;
|
1490
|
-
}
|
1491
|
-
|
1492
1488
|
.mt-\[2px\]{
|
1493
1489
|
margin-top: 2px;
|
1494
1490
|
}
|
1495
1491
|
|
1492
|
+
.mt-\[70px\]{
|
1493
|
+
margin-top: 70px;
|
1494
|
+
}
|
1495
|
+
|
1496
1496
|
.line-clamp-3{
|
1497
1497
|
overflow: hidden;
|
1498
1498
|
display: -webkit-box;
|
@@ -1664,6 +1664,10 @@ select{
|
|
1664
1664
|
height: 60px;
|
1665
1665
|
}
|
1666
1666
|
|
1667
|
+
.h-\[700px\]{
|
1668
|
+
height: 700px;
|
1669
|
+
}
|
1670
|
+
|
1667
1671
|
.h-\[718px\]{
|
1668
1672
|
height: 718px;
|
1669
1673
|
}
|
@@ -1700,10 +1704,6 @@ select{
|
|
1700
1704
|
height: 100vh;
|
1701
1705
|
}
|
1702
1706
|
|
1703
|
-
.max-h-\[144px\]{
|
1704
|
-
max-height: 144px;
|
1705
|
-
}
|
1706
|
-
|
1707
1707
|
.max-h-\[181px\]{
|
1708
1708
|
max-height: 181px;
|
1709
1709
|
}
|
@@ -1720,10 +1720,6 @@ select{
|
|
1720
1720
|
max-height: 28px;
|
1721
1721
|
}
|
1722
1722
|
|
1723
|
-
.max-h-\[32px\]{
|
1724
|
-
max-height: 32px;
|
1725
|
-
}
|
1726
|
-
|
1727
1723
|
.max-h-\[40px\]{
|
1728
1724
|
max-height: 40px;
|
1729
1725
|
}
|
@@ -1748,6 +1744,10 @@ select{
|
|
1748
1744
|
min-height: 12px;
|
1749
1745
|
}
|
1750
1746
|
|
1747
|
+
.min-h-\[144px\]{
|
1748
|
+
min-height: 144px;
|
1749
|
+
}
|
1750
|
+
|
1751
1751
|
.min-h-\[20px\]{
|
1752
1752
|
min-height: 20px;
|
1753
1753
|
}
|
@@ -1986,10 +1986,6 @@ select{
|
|
1986
1986
|
min-width: 312px;
|
1987
1987
|
}
|
1988
1988
|
|
1989
|
-
.min-w-\[32px\]{
|
1990
|
-
min-width: 32px;
|
1991
|
-
}
|
1992
|
-
|
1993
1989
|
.min-w-\[48px\]{
|
1994
1990
|
min-width: 48px;
|
1995
1991
|
}
|
@@ -2044,6 +2040,10 @@ select{
|
|
2044
2040
|
max-width: 18rem;
|
2045
2041
|
}
|
2046
2042
|
|
2043
|
+
.max-w-\[20px\]{
|
2044
|
+
max-width: 20px;
|
2045
|
+
}
|
2046
|
+
|
2047
2047
|
.max-w-\[210px\]{
|
2048
2048
|
max-width: 210px;
|
2049
2049
|
}
|
@@ -2060,14 +2060,14 @@ select{
|
|
2060
2060
|
max-width: 22rem;
|
2061
2061
|
}
|
2062
2062
|
|
2063
|
-
.max-w-\[240px\]{
|
2064
|
-
max-width: 240px;
|
2065
|
-
}
|
2066
|
-
|
2067
2063
|
.max-w-\[242px\]{
|
2068
2064
|
max-width: 242px;
|
2069
2065
|
}
|
2070
2066
|
|
2067
|
+
.max-w-\[280px\]{
|
2068
|
+
max-width: 280px;
|
2069
|
+
}
|
2070
|
+
|
2071
2071
|
.max-w-\[29\.18rem\]{
|
2072
2072
|
max-width: 29.18rem;
|
2073
2073
|
}
|
@@ -2146,12 +2146,8 @@ select{
|
|
2146
2146
|
max-width: min-content;
|
2147
2147
|
}
|
2148
2148
|
|
2149
|
-
.max-w-\[
|
2150
|
-
max-width:
|
2151
|
-
}
|
2152
|
-
|
2153
|
-
.max-w-\[20px\]{
|
2154
|
-
max-width: 20px;
|
2149
|
+
.max-w-\[518px\]{
|
2150
|
+
max-width: 518px;
|
2155
2151
|
}
|
2156
2152
|
|
2157
2153
|
.flex-1{
|
@@ -6435,6 +6431,10 @@ select{
|
|
6435
6431
|
padding-bottom: 2px;
|
6436
6432
|
}
|
6437
6433
|
|
6434
|
+
.pb-0{
|
6435
|
+
padding-bottom: 0px;
|
6436
|
+
}
|
6437
|
+
|
6438
6438
|
.pb-1{
|
6439
6439
|
padding-bottom: 0.25rem;
|
6440
6440
|
}
|
@@ -6487,6 +6487,10 @@ select{
|
|
6487
6487
|
padding-bottom: 56.2%;
|
6488
6488
|
}
|
6489
6489
|
|
6490
|
+
.pl-0{
|
6491
|
+
padding-left: 0px;
|
6492
|
+
}
|
6493
|
+
|
6490
6494
|
.pl-1{
|
6491
6495
|
padding-left: 0.25rem;
|
6492
6496
|
}
|
@@ -6627,14 +6631,6 @@ select{
|
|
6627
6631
|
padding-top: 81px;
|
6628
6632
|
}
|
6629
6633
|
|
6630
|
-
.pb-0{
|
6631
|
-
padding-bottom: 0px;
|
6632
|
-
}
|
6633
|
-
|
6634
|
-
.pl-0{
|
6635
|
-
padding-left: 0px;
|
6636
|
-
}
|
6637
|
-
|
6638
6634
|
.text-left{
|
6639
6635
|
text-align: left;
|
6640
6636
|
}
|
@@ -10392,6 +10388,14 @@ select{
|
|
10392
10388
|
opacity: 0.3;
|
10393
10389
|
}
|
10394
10390
|
|
10391
|
+
.group\/img:hover .group-hover\/img\:opacity-0{
|
10392
|
+
opacity: 0;
|
10393
|
+
}
|
10394
|
+
|
10395
|
+
.group\/img:hover .group-hover\/img\:opacity-100{
|
10396
|
+
opacity: 1;
|
10397
|
+
}
|
10398
|
+
|
10395
10399
|
.group\/flyoutc:hover .group-hover\/flyoutc\:shadow-lg{
|
10396
10400
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
10397
10401
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
@@ -10586,10 +10590,6 @@ select{
|
|
10586
10590
|
margin-left: 3.5rem;
|
10587
10591
|
}
|
10588
10592
|
|
10589
|
-
.tb\:mr-2{
|
10590
|
-
margin-right: 0.5rem;
|
10591
|
-
}
|
10592
|
-
|
10593
10593
|
.tb\:mr-4{
|
10594
10594
|
margin-right: 1rem;
|
10595
10595
|
}
|
@@ -10644,14 +10644,6 @@ select{
|
|
10644
10644
|
display: none;
|
10645
10645
|
}
|
10646
10646
|
|
10647
|
-
.tb\:h-8{
|
10648
|
-
height: 2rem;
|
10649
|
-
}
|
10650
|
-
|
10651
|
-
.tb\:h-full{
|
10652
|
-
height: 100%;
|
10653
|
-
}
|
10654
|
-
|
10655
10647
|
.tb\:h-5{
|
10656
10648
|
height: 1.25rem;
|
10657
10649
|
}
|
@@ -10660,6 +10652,14 @@ select{
|
|
10660
10652
|
height: 1.5rem;
|
10661
10653
|
}
|
10662
10654
|
|
10655
|
+
.tb\:h-8{
|
10656
|
+
height: 2rem;
|
10657
|
+
}
|
10658
|
+
|
10659
|
+
.tb\:h-full{
|
10660
|
+
height: 100%;
|
10661
|
+
}
|
10662
|
+
|
10663
10663
|
.tb\:max-h-\[181px\]{
|
10664
10664
|
max-height: 181px;
|
10665
10665
|
}
|
@@ -10684,6 +10684,14 @@ select{
|
|
10684
10684
|
width: 50%;
|
10685
10685
|
}
|
10686
10686
|
|
10687
|
+
.tb\:w-5{
|
10688
|
+
width: 1.25rem;
|
10689
|
+
}
|
10690
|
+
|
10691
|
+
.tb\:w-6{
|
10692
|
+
width: 1.5rem;
|
10693
|
+
}
|
10694
|
+
|
10687
10695
|
.tb\:w-8{
|
10688
10696
|
width: 2rem;
|
10689
10697
|
}
|
@@ -10706,14 +10714,6 @@ select{
|
|
10706
10714
|
width: 100%;
|
10707
10715
|
}
|
10708
10716
|
|
10709
|
-
.tb\:w-5{
|
10710
|
-
width: 1.25rem;
|
10711
|
-
}
|
10712
|
-
|
10713
|
-
.tb\:w-6{
|
10714
|
-
width: 1.5rem;
|
10715
|
-
}
|
10716
|
-
|
10717
10717
|
.tb\:min-w-\[150px\]{
|
10718
10718
|
min-width: 150px;
|
10719
10719
|
}
|
@@ -10730,6 +10730,10 @@ select{
|
|
10730
10730
|
min-width: 310px;
|
10731
10731
|
}
|
10732
10732
|
|
10733
|
+
.tb\:min-w-\[32px\]{
|
10734
|
+
min-width: 32px;
|
10735
|
+
}
|
10736
|
+
|
10733
10737
|
.tb\:min-w-\[396px\]{
|
10734
10738
|
min-width: 396px;
|
10735
10739
|
}
|
@@ -10738,10 +10742,6 @@ select{
|
|
10738
10742
|
min-width: 500px;
|
10739
10743
|
}
|
10740
10744
|
|
10741
|
-
.tb\:min-w-\[32px\]{
|
10742
|
-
min-width: 32px;
|
10743
|
-
}
|
10744
|
-
|
10745
10745
|
.tb\:max-w-\[17rem\]{
|
10746
10746
|
max-width: 17rem;
|
10747
10747
|
}
|
@@ -10762,6 +10762,10 @@ select{
|
|
10762
10762
|
max-width: 290px;
|
10763
10763
|
}
|
10764
10764
|
|
10765
|
+
.tb\:max-w-\[32px\]{
|
10766
|
+
max-width: 32px;
|
10767
|
+
}
|
10768
|
+
|
10765
10769
|
.tb\:max-w-\[393px\]{
|
10766
10770
|
max-width: 393px;
|
10767
10771
|
}
|
@@ -10782,10 +10786,6 @@ select{
|
|
10782
10786
|
max-width: 763px;
|
10783
10787
|
}
|
10784
10788
|
|
10785
|
-
.tb\:max-w-\[32px\]{
|
10786
|
-
max-width: 32px;
|
10787
|
-
}
|
10788
|
-
|
10789
10789
|
.tb\:-translate-y-1\/2{
|
10790
10790
|
--tw-translate-y: -50%;
|
10791
10791
|
-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
@@ -10965,6 +10965,11 @@ select{
|
|
10965
10965
|
padding-right: 2.5rem;
|
10966
10966
|
}
|
10967
10967
|
|
10968
|
+
.tb\:px-2{
|
10969
|
+
padding-left: 0.5rem;
|
10970
|
+
padding-right: 0.5rem;
|
10971
|
+
}
|
10972
|
+
|
10968
10973
|
.tb\:px-3{
|
10969
10974
|
padding-left: 0.75rem;
|
10970
10975
|
padding-right: 0.75rem;
|
@@ -10990,11 +10995,6 @@ select{
|
|
10990
10995
|
padding-bottom: 3.5rem;
|
10991
10996
|
}
|
10992
10997
|
|
10993
|
-
.tb\:px-2{
|
10994
|
-
padding-left: 0.5rem;
|
10995
|
-
padding-right: 0.5rem;
|
10996
|
-
}
|
10997
|
-
|
10998
10998
|
.tb\:py-2{
|
10999
10999
|
padding-top: 0.5rem;
|
11000
11000
|
padding-bottom: 0.5rem;
|
@@ -11024,10 +11024,6 @@ select{
|
|
11024
11024
|
padding-right: 0px;
|
11025
11025
|
}
|
11026
11026
|
|
11027
|
-
.tb\:pr-2{
|
11028
|
-
padding-right: 0.5rem;
|
11029
|
-
}
|
11030
|
-
|
11031
11027
|
.tb\:pr-4{
|
11032
11028
|
padding-right: 1rem;
|
11033
11029
|
}
|