hds-web 1.20.5 → 1.20.7

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.
@@ -1012,6 +1012,18 @@ select{
1012
1012
  top: 112px;
1013
1013
  }
1014
1014
 
1015
+ .top-\[116px\]{
1016
+ top: 116px;
1017
+ }
1018
+
1019
+ .top-\[124px\]{
1020
+ top: 124px;
1021
+ }
1022
+
1023
+ .top-\[170px\]{
1024
+ top: 170px;
1025
+ }
1026
+
1015
1027
  .top-\[4px\]{
1016
1028
  top: 4px;
1017
1029
  }
@@ -1024,8 +1036,8 @@ select{
1024
1036
  top: 72px;
1025
1037
  }
1026
1038
 
1027
- .top-\[96px\]{
1028
- top: 96px;
1039
+ .top-full{
1040
+ top: 100%;
1029
1041
  }
1030
1042
 
1031
1043
  .isolate{
@@ -1076,6 +1088,10 @@ select{
1076
1088
  z-index: 1;
1077
1089
  }
1078
1090
 
1091
+ .z-\[20\]{
1092
+ z-index: 20;
1093
+ }
1094
+
1079
1095
  .z-\[2\]{
1080
1096
  z-index: 2;
1081
1097
  }
@@ -1227,6 +1243,11 @@ select{
1227
1243
  margin-bottom: 1.5rem;
1228
1244
  }
1229
1245
 
1246
+ .my-8{
1247
+ margin-top: 2rem;
1248
+ margin-bottom: 2rem;
1249
+ }
1250
+
1230
1251
  .-mb-\[112\%\]{
1231
1252
  margin-bottom: -112%;
1232
1253
  }
@@ -2614,6 +2635,10 @@ select{
2614
2635
  border-radius: 1.5rem;
2615
2636
  }
2616
2637
 
2638
+ .rounded-\[100px\]{
2639
+ border-radius: 100px;
2640
+ }
2641
+
2617
2642
  .rounded-\[32px\]{
2618
2643
  border-radius: 32px;
2619
2644
  }
@@ -6332,6 +6357,11 @@ select{
6332
6357
  padding-bottom: 1.625rem;
6333
6358
  }
6334
6359
 
6360
+ .py-\[2px\]{
6361
+ padding-top: 2px;
6362
+ padding-bottom: 2px;
6363
+ }
6364
+
6335
6365
  .pb-1{
6336
6366
  padding-bottom: 0.25rem;
6337
6367
  }
@@ -6528,8 +6558,8 @@ select{
6528
6558
  text-align: right;
6529
6559
  }
6530
6560
 
6531
- .indent-5{
6532
- text-indent: 1.25rem;
6561
+ .indent-8{
6562
+ text-indent: 2rem;
6533
6563
  }
6534
6564
 
6535
6565
  .font-petrona{
@@ -6827,6 +6857,10 @@ select{
6827
6857
  line-height: 1rem;
6828
6858
  }
6829
6859
 
6860
+ .font-bold{
6861
+ font-weight: 700;
6862
+ }
6863
+
6830
6864
  .font-medium{
6831
6865
  font-weight: 500;
6832
6866
  }
@@ -7564,6 +7598,10 @@ select{
7564
7598
  width: 100%;
7565
7599
  }
7566
7600
 
7601
+ .shodow-none:focus {
7602
+ box-shadow: none !important;
7603
+ }
7604
+
7567
7605
  .marketoFormWrapper .mktoFormRow {
7568
7606
  width: 100%;
7569
7607
  }
@@ -7622,33 +7660,62 @@ select{
7622
7660
  width: calc(100% - 150px);
7623
7661
  }
7624
7662
 
7663
+ .word-break {
7664
+ word-break: break-word;
7665
+ }
7666
+
7625
7667
  .search-results .ais-Hits .ais-Hits-list,
7626
7668
  .search-results .Hits .ais-Hits-list {
7627
7669
  display: grid;
7628
- grid-template-columns: repeat(3, 1fr);
7670
+ grid-template-columns: repeat(2, 1fr);
7629
7671
  grid-gap: 40px;
7672
+ padding-top: 26px;
7630
7673
  }
7631
7674
 
7632
7675
  .search-results .ais-Hits .ais-Hits-list .ais-Hits-item,
7633
7676
  .search-results .Hits .ais-Hits-list .ais-Hits-item {
7634
7677
  border-bottom: 1px solid transparent;
7678
+ padding: 12px;
7679
+ border-radius: 16px;
7680
+ transition: all .3s ease-in-out;
7635
7681
  }
7636
7682
 
7637
7683
  .search-results .ais-Hits .ais-Hits-list .ais-Hits-item:hover,
7638
7684
  .search-results .Hits .ais-Hits-list .ais-Hits-item:hover {
7639
- border-bottom: 1px solid #e5e7eb;
7685
+ background-color: #F0F4FF;
7640
7686
  }
7641
7687
 
7688
+ /* .search-results .ais-Hits .ais-Hits-list .ais-Hits-item:hover,
7689
+ .search-results .Hits .ais-Hits-list .ais-Hits-item:hover {
7690
+ border-bottom: 1px solid #e5e7eb;
7691
+ } */
7692
+
7642
7693
  .search-results .ais-Hits .ais-Hits-list .ais-Hits-item .hit-slug,
7643
7694
  .search-results .Hits .ais-Hits-list .ais-Hits-item .hit-slug {
7644
7695
  word-break: break-word;
7645
7696
  }
7646
7697
 
7698
+ .search-results .ais-Hits .ais-Hits-list .ais-Hits-item .ais-Snippet-highlighted,
7699
+ .search-results .Hits .ais-Hits-list .ais-Hits-item .ais-Snippet-highlighted {
7700
+ color: #1E56E3;
7701
+ background-color: transparent;
7702
+ }
7703
+
7704
+ .search-results .ais-Hits .ais-Hits-list .ais-Hits-item .ais-Highlight-highlighted,
7705
+ .search-results .Hits .ais-Hits-list .ais-Hits-item .ais-Highlight-highlighted {
7706
+ color: #1E56E3;
7707
+ background-color: transparent;
7708
+ }
7709
+
7647
7710
  @media (max-width: 799px) {
7648
7711
  .search-results .ais-Hits .ais-Hits-list,
7649
7712
  .search-results .Hits .ais-Hits-list {
7650
7713
  grid-template-columns: 1fr;
7651
7714
  }
7715
+
7716
+ .search-results {
7717
+ width: 100%;
7718
+ }
7652
7719
  }
7653
7720
 
7654
7721
  @media (min-width: 800px) and (max-width: 905px) {
@@ -8675,32 +8742,6 @@ select{
8675
8742
  }
8676
8743
  }
8677
8744
 
8678
- .carousel-wrapper {
8679
- display: grid;
8680
- place-content: center;
8681
- border-radius: 2rem;
8682
- }
8683
-
8684
- .carousel-content {
8685
- position: relative;
8686
- width: 10rem;
8687
- height: 10rem;
8688
- }
8689
-
8690
- .carousel-item {
8691
- position: absolute;
8692
- background-position: center;
8693
- background-size: cover;
8694
- background-repeat: no-repeat;
8695
- }
8696
-
8697
- .carousel-btns {
8698
- display: flex;
8699
- justify-content: center;
8700
- gap: 1rem;
8701
- z-index: 6;
8702
- }
8703
-
8704
8745
  .placeholder\:text-neutral-500::-webkit-input-placeholder{
8705
8746
  --tw-text-opacity: 1;
8706
8747
  color: rgb(108 115 127 / var(--tw-text-opacity));
@@ -8711,6 +8752,16 @@ select{
8711
8752
  color: rgb(108 115 127 / var(--tw-text-opacity));
8712
8753
  }
8713
8754
 
8755
+ .placeholder\:text-neutral-800::-webkit-input-placeholder{
8756
+ --tw-text-opacity: 1;
8757
+ color: rgb(31 42 55 / var(--tw-text-opacity));
8758
+ }
8759
+
8760
+ .placeholder\:text-neutral-800::placeholder{
8761
+ --tw-text-opacity: 1;
8762
+ color: rgb(31 42 55 / var(--tw-text-opacity));
8763
+ }
8764
+
8714
8765
  .before\:invisible::before{
8715
8766
  content: var(--tw-content);
8716
8767
  visibility: hidden;
@@ -9770,6 +9821,10 @@ select{
9770
9821
  border-width: 1px;
9771
9822
  }
9772
9823
 
9824
+ .focus\:border-0:focus{
9825
+ border-width: 0px;
9826
+ }
9827
+
9773
9828
  .focus\:border-2:focus{
9774
9829
  border-width: 2px;
9775
9830
  }
@@ -9783,6 +9838,11 @@ select{
9783
9838
  border-color: rgb(2 125 89 / var(--tw-border-opacity));
9784
9839
  }
9785
9840
 
9841
+ .focus\:border-neutral-0:focus{
9842
+ --tw-border-opacity: 1;
9843
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
9844
+ }
9845
+
9786
9846
  .focus\:border-neutral-200:focus{
9787
9847
  --tw-border-opacity: 1;
9788
9848
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
@@ -9873,6 +9933,11 @@ select{
9873
9933
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
9874
9934
  }
9875
9935
 
9936
+ .focus\:shadow-\[none\]:focus{
9937
+ --tw-shadow-color: none;
9938
+ --tw-shadow: var(--tw-shadow-colored);
9939
+ }
9940
+
9876
9941
  .focus\:outline-none:focus{
9877
9942
  outline: 2px solid transparent;
9878
9943
  outline-offset: 2px;
@@ -10337,6 +10402,14 @@ select{
10337
10402
  right: 0px;
10338
10403
  }
10339
10404
 
10405
+ .tb\:top-\[114px\]{
10406
+ top: 114px;
10407
+ }
10408
+
10409
+ .tb\:top-\[160px\]{
10410
+ top: 160px;
10411
+ }
10412
+
10340
10413
  .tb\:mb-0{
10341
10414
  margin-bottom: 0px;
10342
10415
  }
@@ -10777,6 +10850,11 @@ select{
10777
10850
  text-align: center;
10778
10851
  }
10779
10852
 
10853
+ .tb\:text-2xl{
10854
+ font-size: 1.5rem;
10855
+ line-height: 2rem;
10856
+ }
10857
+
10780
10858
  .tb\:text-hds-t-body1{
10781
10859
  font-size: 1rem;
10782
10860
  line-height: 1.75rem;
@@ -11171,6 +11249,14 @@ select{
11171
11249
  top: 9rem;
11172
11250
  }
11173
11251
 
11252
+ .tb-m\:top-\[120px\]{
11253
+ top: 120px;
11254
+ }
11255
+
11256
+ .tb-m\:z-0{
11257
+ z-index: 0;
11258
+ }
11259
+
11174
11260
  .tb-m\:ml-6{
11175
11261
  margin-left: 1.5rem;
11176
11262
  }
@@ -11187,12 +11273,16 @@ select{
11187
11273
  display: flex;
11188
11274
  }
11189
11275
 
11276
+ .tb-m\:hidden{
11277
+ display: none;
11278
+ }
11279
+
11190
11280
  .tb-m\:w-1\/2{
11191
11281
  width: 50%;
11192
11282
  }
11193
11283
 
11194
- .tb-m\:min-w-\[150px\]{
11195
- min-width: 150px;
11284
+ .tb-m\:min-w-\[182px\]{
11285
+ min-width: 182px;
11196
11286
  }
11197
11287
 
11198
11288
  .tb-m\:snap-start{
@@ -11239,6 +11329,15 @@ select{
11239
11329
  .tb-m\:pt-16{
11240
11330
  padding-top: 4rem;
11241
11331
  }
11332
+
11333
+ .tb-m\:indent-11{
11334
+ text-indent: 2.75rem;
11335
+ }
11336
+
11337
+ .tb-m\:text-4xl{
11338
+ font-size: 2.25rem;
11339
+ line-height: 2.5rem;
11340
+ }
11242
11341
  }
11243
11342
 
11244
11343
  @media (min-width: 905px){
@@ -12153,4 +12252,3 @@ select{
12153
12252
  -webkit-padding-start: 1rem;
12154
12253
  padding-inline-start: 1rem;
12155
12254
  }
12156
-