hds-web 1.23.4 → 1.23.6

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.23.4",
3
+ "version": "1.23.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -21,7 +21,7 @@ export default function FlyoutA(props) {
21
21
  <div className="mb-9">
22
22
  </div>
23
23
  )}
24
- <div className={` tb:tb:grid tb:tb:grid-cols-1 tb:gap-x-4 tb:min-w-[182px] `}>
24
+ <div className={` tb:tb:grid tb:tb:grid-cols-1 tb:gap-x-4 tb:min-w-[186px] `}>
25
25
  {childArray && childArray.map((item) => (
26
26
  <div
27
27
  key={item.name}
@@ -6,7 +6,7 @@ import { Icon } from "../../common-components";
6
6
  export default function StoryCardXL(props) {
7
7
  return (
8
8
  <>
9
- <div className="flex flex-col-reverse px-6 py-10 tb-l:px-0 tb-l:py-0 tb-l:flex-row tb-l:gap-10 db:gap-32 tb-l:max-w-7xl min-h-[742px]">
9
+ <div className="flex flex-col-reverse px-6 py-10 tb-l:px-0 tb-l:py-0 tb-l:flex-row tb-l:gap-10 db:gap-32 tb-l:max-w-7xl min-h-[742px] tb-l:min-h-[518px]">
10
10
 
11
11
  <div className="flex flex-col tb-l:pl-20 tb-l:pt-14 tb-l:pb-14">
12
12
  {
@@ -44,7 +44,7 @@ const DebouncedSearchBox = ({
44
44
  setValue(value);
45
45
  };
46
46
  return (
47
- <div className=" sticky -top-20 tb-m:-top-20 z-10 py-8 pt-16 tb-m:pt-16 tb-m:py-9 bg-neutral-0">
47
+ <div className=" sticky -top-20 tb-m:-top-20 z-10 py-8 pt-16 tb-m:pt-16 tb-m:py-9 bg-neutral-100">
48
48
  <div className="flex relative items-center w-full">
49
49
  <div className="absolute left-2">
50
50
  {isSearchStalled ? (
@@ -57,7 +57,7 @@ const DebouncedSearchBox = ({
57
57
  <input
58
58
  id="search-input"
59
59
  ref={searchInputRef}
60
- className="shodow-none w-full font-bold indent-8 tb-m:indent-11 text-2xl tb-m:text-4xl text-neutral-800 placeholder:text-neutral-800 rounded-xl border-0 h-12 focus:border-0 focus:shadow-[none] focus:border-neutral-0 tb:text-2xl"
60
+ className="shodow-none bg-neutral-100 w-full font-bold indent-8 tb-m:indent-11 text-2xl tb-m:text-4xl text-neutral-800 placeholder:text-neutral-800 rounded-xl border-0 h-12 focus:border-0 focus:shadow-[none] focus:border-neutral-0 tb:text-2xl"
61
61
  type="text"
62
62
  placeholder="Search for tutorials, articles or docs"
63
63
  aria-label="Search"
@@ -19,11 +19,11 @@ export default function SearchOverlay({showSearch, onCloseSearch, ...props}) {
19
19
  if (!showSearch) return null;
20
20
 
21
21
  return (
22
- <div className="fixed left-0 top-0 w-full h-full z-[10000] bg-neutral-0">
22
+ <div className="fixed left-0 top-0 w-full h-full z-[10000] bg-neutral-100">
23
23
  <div className="absolute top-4 right-4 cursor-pointer z-[11]" onClick={onCloseSearch}>
24
24
  <Icon height={'w-8 h-8 stroke-[1.5px]'} variant="xclose" strokeClass="stroke-neutral-800" />
25
25
  </div>
26
- <div className="py-20 overflow-y-auto h-full w-full">
26
+ <div className="py-20 overflow-y-auto h-full w-full bg-neutral-100">
27
27
  <div className="px-4">
28
28
  <div className="max-w-7xl mx-auto">
29
29
  <div className="w-full">
@@ -34,7 +34,7 @@ const HitsHeader = ({ searchResults, indexTitle, showSeparator, allIndex }) => {
34
34
  {/* <div className="HitCount">
35
35
  {hitCount} result{hitCount !== 1 ? `s` : ``}
36
36
  </div> */}
37
- <Typography textStyle="sub1" className="pb-4 pl-2 flex items-center text-neutral-800 font-normal sticky tb-m:z-0 top-[170px] tb:top-[160px] tb-m:top-[120px] bg-neutral-0">
37
+ <Typography textStyle="sub1" className="pb-4 pl-2 flex items-center text-neutral-800 font-normal sticky tb-m:z-0 top-[170px] tb:top-[160px] tb-m:top-[120px] bg-neutral-100">
38
38
  {
39
39
  titleIcon()
40
40
  }
@@ -178,7 +178,7 @@ export default function SearchWrapper({ indices, ...props }) {
178
178
  wrapperRef={wrapperRef}
179
179
  activeIndexTypes={activeIndexTypes}
180
180
  className="search-results">
181
- <div className="hds-hidden-tbm sticky top-[124px] tb:top-[114px] z-10 bg-neutral-0 pb-3">
181
+ <div className="hds-hidden-tbm sticky top-[124px] tb:top-[114px] z-10 bg-neutral-100 pb-3">
182
182
  <IndexTypeFilter
183
183
  activeIndexTypes={activeIndexTypes}
184
184
  setActiveIndexTypes={setActiveIndexTypes}
@@ -10892,6 +10892,18 @@ select{
10892
10892
  min-width: 500px;
10893
10893
  }
10894
10894
 
10895
+ .tb\:min-w-\[185px\]{
10896
+ min-width: 185px;
10897
+ }
10898
+
10899
+ .tb\:min-w-\[200px\]{
10900
+ min-width: 200px;
10901
+ }
10902
+
10903
+ .tb\:min-w-\[186px\]{
10904
+ min-width: 186px;
10905
+ }
10906
+
10895
10907
  .tb\:max-w-\[17rem\]{
10896
10908
  max-width: 17rem;
10897
10909
  }
@@ -11763,6 +11775,10 @@ select{
11763
11775
  min-height: 224px;
11764
11776
  }
11765
11777
 
11778
+ .tb-l\:min-h-\[518px\]{
11779
+ min-height: 518px;
11780
+ }
11781
+
11766
11782
  .tb-l\:w-1\/2{
11767
11783
  width: 50%;
11768
11784
  }
@@ -11805,6 +11821,10 @@ select{
11805
11821
  min-width: 700px;
11806
11822
  }
11807
11823
 
11824
+ .tb-l\:min-w-\[518px\]{
11825
+ min-width: 518px;
11826
+ }
11827
+
11808
11828
  .tb-l\:max-w-\[1240px\]{
11809
11829
  max-width: 1240px;
11810
11830
  }