@salesforcedevs/dx-components 0.10.1-alpha.14 → 0.10.1-alpha.140

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.
Files changed (55) hide show
  1. package/lwc.config.json +3 -1
  2. package/package.json +2 -2
  3. package/src/assets/svg/docs-empty-state-small.svg +72 -0
  4. package/src/assets/svg/sidebar-loading.svg +34 -0
  5. package/src/modules/dx/cardGrid/__tests__/cardMockProps.ts +78 -148
  6. package/src/modules/dx/codeBlock/codeBlock.stories.ts +2 -69
  7. package/src/modules/dx/codeBlock/codeBlock.ts +5 -1
  8. package/src/modules/dx/codeBlock/darkTheme.css +0 -1
  9. package/src/modules/dx/codeBlock/lightTheme.css +0 -1
  10. package/src/modules/dx/emptyState/__tests__/emptyState.test.ts +29 -9
  11. package/src/modules/dx/emptyState/emptyState.css +14 -0
  12. package/src/modules/dx/emptyState/emptyState.html +2 -2
  13. package/src/modules/dx/emptyState/emptyState.stories.ts +8 -0
  14. package/src/modules/dx/emptyState/emptyState.ts +14 -0
  15. package/src/modules/dx/footer/links.ts +3 -5
  16. package/src/modules/dx/headerNav/__tests__/headerNav.test.ts +2 -4
  17. package/src/modules/dx/headerNav/headerNav.html +8 -6
  18. package/src/modules/dx/headerNav/headerNav.ts +2 -2
  19. package/src/modules/dx/lazy/lazy.ts +0 -7
  20. package/src/modules/dx/newsletterForm/newsletterForm.html +5 -3
  21. package/src/modules/dx/searchResults/coveo.css +314 -111
  22. package/src/modules/dx/sidebar/__tests__/mockDocContent.ts +48 -0
  23. package/src/modules/dx/sidebar/__tests__/mockPageReference.ts +8 -0
  24. package/src/modules/dx/sidebar/sidebar.css +38 -17
  25. package/src/modules/dx/sidebar/sidebar.html +62 -58
  26. package/src/modules/dx/sidebar/sidebar.stories.ts +53 -54
  27. package/src/modules/dx/sidebar/sidebar.ts +99 -10
  28. package/src/modules/dx/sidebarSearch/__tests__/mockPreloadedState.ts +8843 -0
  29. package/src/modules/dx/sidebarSearch/__tests__/sidebarSearch.test.ts +121 -0
  30. package/src/modules/dx/sidebarSearch/sidebarSearch.ts +286 -126
  31. package/src/modules/dx/sidebarSearch/utils.ts +2 -0
  32. package/src/modules/dx/sidebarSearchResult/__tests__/sidebarSearchResult.test.ts +55 -0
  33. package/src/modules/dx/sidebarSearchResult/sidebarSearchResult.css +12 -2
  34. package/src/modules/dx/sidebarSearchResult/sidebarSearchResult.html +1 -1
  35. package/src/modules/dx/sidebarSearchResult/sidebarSearchResult.ts +8 -2
  36. package/src/modules/dx/spinner/__tests__/spinner.test.ts +37 -0
  37. package/src/modules/dx/spinner/spinner.css +750 -0
  38. package/src/modules/dx/spinner/spinner.html +6 -0
  39. package/src/modules/dx/spinner/spinner.stories.ts +69 -0
  40. package/src/modules/dx/spinner/spinner.ts +20 -0
  41. package/src/modules/dx/{headerNavOption/__tests__/headerNavOption.test.ts → tab/__tests__/tab.test.ts} +40 -24
  42. package/src/modules/dx/{headerNavOption/headerNavOption.css → tab/tab.css} +24 -9
  43. package/src/modules/dx/{headerNavOption/headerNavOption.html → tab/tab.html} +5 -1
  44. package/src/modules/dx/tab/tab.stories.ts +57 -0
  45. package/src/modules/dx/{headerNavOption/headerNavOption.ts → tab/tab.ts} +26 -5
  46. package/src/modules/helpers/table/table.css +23 -7
  47. package/src/modules/utils/coveo/coveo.ts +50 -12
  48. package/src/modules/utils/highlight/__tests__/highlight.test.ts +154 -0
  49. package/src/modules/utils/highlight/highlight.ts +32 -0
  50. package/src/modules/utils/jest/jest.ts +35 -0
  51. package/src/modules/utils/normalizers/normalizers.ts +3 -0
  52. package/src/modules/utils/recentSearches/__tests__/recentSearches.test.ts +79 -0
  53. package/src/modules/utils/recentSearches/recentSearches.ts +12 -17
  54. package/src/modules/utils/regexps/regexps.ts +5 -0
  55. package/src/modules/utils/tests/tests.ts +18 -11
package/lwc.config.json CHANGED
@@ -63,6 +63,7 @@
63
63
  "dx/socials",
64
64
  "dx/toc",
65
65
  "dx/tree",
66
+ "dx/tooltip",
66
67
  "dx/typeBadge",
67
68
  "dx/typeBadgeGroup",
68
69
  "dx/toc",
@@ -75,6 +76,7 @@
75
76
  "helpers/table",
76
77
  "helpers/text",
77
78
  "utils/headerBase",
78
- "utils/normalizers"
79
+ "utils/normalizers",
80
+ "utils/highlight"
79
81
  ]
80
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.10.1-alpha.14",
3
+ "version": "0.10.1-alpha.140",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -14,7 +14,7 @@
14
14
  "access": "public"
15
15
  },
16
16
  "dependencies": {
17
- "@coveo/headless": "^1.23.0",
17
+ "@coveo/headless": "^1.32.0",
18
18
  "@popperjs/core": "^2.9.1",
19
19
  "@sfdocs-internal/wires": "^0.6.3",
20
20
  "classnames": "^2.2.6",
@@ -0,0 +1,72 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="221px" height="313px" viewBox="0 0 221 313" version="1.1">
2
+
3
+ <g id="Scoped-Search" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
+ <g id="Docs-–-Search-Results-None" transform="translate(-75.000000, -250.000000)">
5
+ <g id="Group-4" transform="translate(76.000000, 251.000000)">
6
+ <path d="M201.659495,279.870144 C182.592625,248.683561 148.224271,227.870144 108.994683,227.870144 C69.8859627,227.870144 35.6085672,248.555505 16.5065438,279.582179 L201.659495,279.870144 Z" id="Oval" fill="#E0E5F8"/>
7
+ <line x1="218" y1="279" x2="-4.28615476e-14" y2="279" id="Stroke-142" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <g id="Group" transform="translate(18.051327, 219.000000)" stroke="#3A49DA" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
9
+ <polyline id="Stroke-47" points="25.3157545 59.4202703 68.8390812 -2.84217094e-14 112.555636 59.4202703"/>
10
+ <line x1="68.8394059" y1="28.7179459" x2="91.5452871" y2="58.9644324" id="Stroke-48"/>
11
+ <line x1="68.8394059" y1="59.9554865" x2="68.8394059" y2="8.10810819e-05" id="Stroke-49"/>
12
+ <polyline id="Stroke-50" points="95.052695 35.4245676 107.6742 18.4218649 138.460735 59.4067297"/>
13
+ <line x1="107.982552" y1="37.2971351" x2="125.273998" y2="59.9552432" id="Stroke-51"/>
14
+ <line x1="107.674119" y1="18.422027" x2="107.674119" y2="52.6341892" id="Stroke-52"/>
15
+ <polyline id="Stroke-53" points="0 58.8580541 30.0046931 18.4221081 42.626198 35.5050811"/>
16
+ <line x1="30.3131267" y1="37.2971351" x2="35.8298594" y2="44.8782162" id="Stroke-54"/>
17
+ <line x1="30.0046931" y1="18.422027" x2="30.0046931" y2="52.6341892" id="Stroke-55"/>
18
+ <line x1="78.2244277" y1="40.1912432" x2="98.127695" y2="40.1912432" id="Stroke-56"/>
19
+ <line x1="39.8757069" y1="40.1912432" x2="68.5156277" y2="40.1912432" id="Stroke-57"/>
20
+ <line x1="9.77821584" y1="46.494" x2="29.1959782" y2="46.494" id="Stroke-58"/>
21
+ <line x1="115.603438" y1="46.9786216" x2="128.570804" y2="46.7864595" id="Stroke-59"/>
22
+ </g>
23
+ <g id="Tree" transform="translate(184.642766, 251.289243)" stroke="#3A49DA" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
24
+ <path d="M1.68635842,5.76486486 C1.68635842,5.76486486 8.7131901,4.76189189 8.7131901,0" id="Stroke-176"/>
25
+ <path d="M15.7405089,5.76486486 C15.7405089,5.76486486 8.71367723,4.76189189 8.71367723,0" id="Stroke-178"/>
26
+ <path d="M0.280667327,12.9584595 C0.280667327,12.9584595 8.66252871,11.756027 8.66252871,6.04062162" id="Stroke-180"/>
27
+ <path d="M17.1089347,12.9584595 C17.1089347,12.9584595 8.67592475,11.756027 8.67592475,6.04062162" id="Stroke-182"/>
28
+ <path d="M0,20.7791351 C0,20.7791351 8.38267327,19.5758919 8.38267327,13.8612973" id="Stroke-184"/>
29
+ <path d="M16.8282673,20.7791351 C16.8282673,20.7791351 8.39525743,19.5758919 8.39525743,13.8612973" id="Stroke-186"/>
30
+ <line x1="8.6769802" y1="0.674351351" x2="7.94385149" y2="26.7127297" id="Stroke-188"/>
31
+ </g>
32
+ <g id="Tree-Copy" transform="translate(156.801980, 238.316270)" stroke="#3A49DA" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
33
+ <path d="M3.54694653,5.76486486 C3.54694653,5.76486486 10.5737782,4.76189189 10.5737782,0" id="Stroke-176"/>
34
+ <path d="M17.601097,5.76486486 C17.601097,5.76486486 10.5742653,4.76189189 10.5742653,0" id="Stroke-178"/>
35
+ <path d="M2.14125545,12.9584595 C2.14125545,12.9584595 10.5231168,11.756027 10.5231168,6.04062162" id="Stroke-180"/>
36
+ <path d="M18.9695228,12.9584595 C18.9695228,12.9584595 10.5365129,11.756027 10.5365129,6.04062162" id="Stroke-182"/>
37
+ <path d="M0,22.1007568 C0,22.1007568 10.8656495,20.4791351 10.5544554,13.1161622" id="Stroke-184"/>
38
+ <path d="M22.2349901,22.4664324 C22.2349901,22.4664324 10.8530653,20.4791351 10.5544554,13.1161622" id="Stroke-186"/>
39
+ <line x1="10.5544554" y1="0.143189189" x2="10.5544554" y2="39.8729189" id="Stroke-188"/>
40
+ </g>
41
+ <g id="Group-3" transform="translate(1.000000, 293.000000)" stroke="#3A49DA" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
42
+ <path d="M217.625688,3.32951755 L216.109563,4.83831755 C212.275375,8.65431755 206.019125,8.66471755 202.171938,4.86151755 L200.47625,3.18631755 C196.653438,-0.592882452 190.444313,-0.609682452 186.601188,3.14791755 L184.805563,4.90311755 C180.960813,8.65991755 174.7525,8.64311755 170.929688,4.86471755 L169.234,3.18871755 C165.386,-0.613682452 159.12975,-0.604082452 155.295563,3.21191755 L153.78025,4.72071755 C149.946063,8.53591755 143.689813,8.54711755 139.842625,4.74471755 L138.158313,3.07991755 C134.330625,-0.703282452 128.113375,-0.714482452 124.271063,3.05431755 L122.605438,4.68791755 C118.733875,8.48471755 112.458938,8.43991755 108.643438,4.58711755 L107.291438,3.22151755 C103.456438,-0.651282452 97.1425,-0.673682452 93.2790625,3.17031755 L91.8393125,4.60391755 C88.005125,8.41991755 81.748875,8.42951755 77.900875,4.62711755 L76.204375,2.95111755 C72.382375,-0.827282452 66.1740625,-0.844082452 62.3293125,2.91351755 L60.5336875,4.66791755 C56.6905625,8.42631755 50.4814375,8.40871755 46.658625,4.62951755 L44.9629375,2.95431755 C41.11575,-0.848882452 34.8595,-0.838482452 31.0253125,2.97751755 L29.5091875,4.48631755 C25.6758125,8.30151755 19.41875,8.31191755 15.5715625,4.50951755 L13.88725,2.84551755 C10.0595625,-0.938482452 3.8423125,-0.949682452 0,2.81911755" id="Stroke-34"/>
43
+ <path d="M217.625688,13.3295175 L216.109563,14.8383175 C212.275375,18.6543175 206.019125,18.6647175 202.171938,14.8615175 L200.47625,13.1863175 C196.653438,9.40711755 190.444313,9.39031755 186.601188,13.1479175 L184.805563,14.9031175 C180.960813,18.6599175 174.7525,18.6431175 170.929688,14.8647175 L169.234,13.1887175 C165.386,9.38631755 159.12975,9.39591755 155.295563,13.2119175 L153.78025,14.7207175 C149.946063,18.5359175 143.689813,18.5471175 139.842625,14.7447175 L138.158313,13.0799175 C134.330625,9.29671755 128.113375,9.28551755 124.271063,13.0543175 L122.605438,14.6879175 C118.733875,18.4847175 112.458938,18.4399175 108.643438,14.5871175 L107.291438,13.2215175 C103.456438,9.34871755 97.1425,9.32631755 93.2790625,13.1703175 L91.8393125,14.6039175 C88.005125,18.4199175 81.748875,18.4295175 77.900875,14.6271175 L76.204375,12.9511175 C72.382375,9.17271755 66.1740625,9.15591755 62.3293125,12.9135175 L60.5336875,14.6679175 C56.6905625,18.4263175 50.4814375,18.4087175 46.658625,14.6295175 L44.9629375,12.9543175 C41.11575,9.15111755 34.8595,9.16151755 31.0253125,12.9775175 L29.5091875,14.4863175 C25.6758125,18.3015175 19.41875,18.3119175 15.5715625,14.5095175 L13.88725,12.8455175 C10.0595625,9.06151755 3.8423125,9.05031755 0,12.8191175" id="Stroke-34"/>
44
+ </g>
45
+ <g id="Group-2" transform="translate(10.000000, 51.000000)">
46
+ <path d="M13,42 C11.0833155,38.0733207 10,33.6162847 10,28.8913505 C10,25.0353854 10.7215678,21.3575658 12.0284858,18" id="Stroke-3" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
47
+ <path d="M68.7023096,24 C68.8979942,25.3925735 69,26.8162502 69,28.2639611 C69,44.6871388 55.9314593,58 39.8096834,58 C29.9824295,58 21.28973,53.0531831 16,45.4696661" id="Stroke-5" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
48
+ <path d="M14,14.3438343 C19.0920875,5.75263912 28.4041256,0 39.0486337,0 C52.2547842,0 63.4102343,8.85484032 67,21" id="Stroke-7" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
49
+ <path d="M16,66.4996586 C16,68.4328358 14.4328358,70 12.4996586,70 C10.5671642,70 9,68.4328358 9,66.4996586 C9,64.5671642 10.5671642,63 12.4996586,63 C14.4328358,63 16,64.5671642 16,66.4996586 Z" id="Stroke-11" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
50
+ <path d="M39,14 C39,15.1048 38.1048,16 37,16 C35.8952,16 35,15.1048 35,14 C35,12.8952 35.8952,12 37,12 C38.1048,12 39,12.8952 39,14" id="Fill-13" fill="#3A49DA"/>
51
+ <line x1="61" y1="24.5" x2="71" y2="24.5" id="Stroke-15" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
52
+ <line x1="75" y1="24.5" x2="78" y2="24.5" id="Stroke-17" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
53
+ <line x1="11" y1="14.5" x2="19" y2="14.5" id="Stroke-19" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
54
+ <line x1="0" y1="14.5" x2="4" y2="14.5" id="Stroke-21" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
55
+ <path d="M7,14.5 C7,14.776 6.7765,15 6.5,15 C6.224,15 6,14.776 6,14.5 C6,14.2235 6.224,14 6.5,14 C6.7765,14 7,14.2235 7,14.5" id="Fill-23" fill="#3A49DA"/>
56
+ <line x1="7" y1="45.5" x2="18" y2="45.5" id="Stroke-25" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
57
+ <path d="M22,45.5 C22,45.776 21.776,46 21.5,46 C21.2235,46 21,45.776 21,45.5 C21,45.2235 21.2235,45 21.5,45 C21.776,45 22,45.2235 22,45.5" id="Fill-27" fill="#3A49DA"/>
58
+ <line x1="49.5" y1="38" x2="49.5" y2="32" id="Stroke-29" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
59
+ <line x1="52" y1="35.5" x2="46" y2="35.5" id="Stroke-31" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
60
+ </g>
61
+ <path d="M19.2422395,15.5274853 L18.0975569,18.6207328 C18.0155558,18.8420599 17.8415534,19.0160551 17.6202169,19.0973862 L14.5275073,20.2420211 C13.8241642,20.5026805 13.8241642,21.4973195 14.5275073,21.7579789 L17.6202169,22.9026138 C17.8415534,22.9839449 18.0155558,23.1579401 18.0975569,23.3792672 L19.2422395,26.4725147 C19.5029098,27.1758284 20.4975902,27.1758284 20.7569272,26.4725147 L21.9016097,23.3792672 C21.9836109,23.1579401 22.15828,22.9839449 22.3796164,22.9026138 L25.4729927,21.7579789 C26.1756691,21.4973195 26.1756691,20.5026805 25.4729927,20.2420211 L22.3796164,19.0973862 C22.15828,19.0160551 21.9836109,18.8420599 21.9016097,18.6207328 L20.7569272,15.5274853 C20.4975902,14.8241716 19.5029098,14.8241716 19.2422395,15.5274853 Z" id="Stroke-9" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
62
+ <path d="M180.814427,180.646154 C182.003186,180.593287 182.808338,180.127553 183.27794,179.222099 C183.637096,178.528952 183.653958,177.846714 183.653958,177.840001 C183.65986,177.374267 184.040937,176.999162 184.508852,177 C184.975925,177.000841 185.354473,177.375106 185.360374,177.839162 C185.365433,178.116924 185.49274,180.528672 188.188945,180.66042 C188.644214,180.683077 189.000842,181.056504 189,181.50965 C188.999155,181.963636 188.640842,182.336224 188.185573,182.356363 C187.017891,182.40923 186.220327,182.85986 185.748196,183.734265 C185.367119,184.437482 185.346042,185.160838 185.346042,185.16839 C185.335082,185.62909 184.955691,186.000838 184.491991,186 L184.486089,186 C184.020703,185.995803 183.643841,185.624055 183.640469,185.159999 C183.63541,184.889789 183.510633,182.473846 180.811898,182.342098 C180.356629,182.320279 179.999158,181.946853 180,181.492867 C180.000845,181.03972 180.360001,180.666294 180.814427,180.646154 Z" id="Stroke-415" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
63
+ <path d="M202,14.4971375 C201.99857,15.3248204 202.668896,15.9978497 203.497493,16 C204.325375,16.0014297 204.998565,15.3305483 205,14.5028654 C205.00143,13.6744665 204.331104,13.0014371 203.503223,13 C202.673909,12.9978572 202.001435,13.6687386 202,14.4971375 Z" id="Stroke-419" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
64
+ <path d="M151.733547,6.07732562 C149.884876,5.98861776 148.631766,5.21200562 147.902027,3.70313526 C147.343346,2.54825944 147.315882,1.41095782 147.315882,1.40007855 C147.307251,0.623466409 146.714829,-0.000836026166 145.986659,0 C145.260844,0.00167457344 144.671561,0.625140142 144.662145,1.39840482 C144.654298,1.86286575 144.457347,5.88233571 140.262527,6.10075788 C139.554759,6.13758001 138.999216,6.76104558 139,7.51757292 C139.00157,8.27242654 139.559467,8.89421837 140.267235,8.92769303 C142.083735,9.01556402 143.324291,9.7662333 144.060306,11.2232179 C144.651944,12.395668 144.684115,13.6007558 144.6849,13.6133088 C144.700593,14.383226 145.292231,15.0016703 146.013338,15 L146.021185,15 C146.747,14.9933017 147.333145,14.3723467 147.337853,13.599082 C147.3457,13.1488478 147.539512,9.1235198 151.738255,8.90426077 C152.446023,8.86743864 153.001566,8.24397308 153,7.48828259 C152.998427,6.73259211 152.44053,6.11163714 151.733547,6.07732562 Z" id="Stroke-423" stroke="#E0E5F8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
65
+ <path d="M22.1855685,198.646154 C20.9976538,198.593287 20.1916591,198.127553 19.7229007,197.222099 C19.3637441,196.529791 19.3460392,195.846714 19.3460392,195.840001 C19.3409807,195.374267 18.9599037,194.999162 18.4911453,195 C18.0249162,195.000841 17.6455254,195.375945 17.6396238,195.839162 C17.6354083,196.117763 17.5081016,198.528672 14.8118978,198.661259 C14.3566288,198.683077 13.9991584,199.056504 14,199.510489 C14.0008446,199.963636 14.3600012,200.337063 14.8152701,200.357203 C15.9829507,200.40923 16.7796713,200.85986 17.2526452,201.735104 C17.6337221,202.438321 17.6539563,203.160838 17.6539563,203.16839 C17.6649165,203.629929 18.0451504,204.000838 18.5088502,204 L18.5139088,204 C18.9792948,203.996642 19.3569994,203.624055 19.3595287,203.159999 C19.3654303,202.889789 19.4902077,200.473846 22.1889409,200.342098 C22.6442098,200.320279 23.0016802,199.946853 23,199.492867 C22.999151,199.03972 22.6408374,198.666294 22.1855685,198.646154 Z" id="Stroke-429-Copy" stroke="#E0E5F8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
66
+ <path d="M155.456283,88.4305908 C154.66419,88.3949284 154.126842,88.0842695 153.813985,87.4811791 C153.575163,87.0191533 153.563222,86.5642599 153.563222,86.5595049 C153.560038,86.248846 153.306091,85.9992094 152.993234,86 C152.682766,86.0007944 152.429615,86.2496385 152.425635,86.5595049 C152.42245,86.7449492 152.338067,88.3521335 150.540535,88.4401007 C150.237232,88.4543657 149.999206,88.7047948 150,89.0067362 C150,89.3086776 150.238824,89.5575218 150.542923,89.5702017 C151.321482,89.6050716 151.853259,89.9062205 152.167707,90.4894985 C152.421654,90.9578643 152.435188,91.4404951 152.435984,91.4452501 C152.443148,91.752739 152.696299,92.0007906 153.005175,92 L153.009156,92 C153.318828,91.9976206 153.570387,91.7487765 153.572775,91.4397026 C153.576755,91.2590132 153.658751,89.6486589 155.458671,89.5614843 C155.761974,89.5464268 156,89.2975827 156,88.9948488 C155.999204,88.6929073 155.759586,88.4448557 155.456283,88.4305908 Z" id="Stroke-431" stroke="#E0E5F8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
67
+ <path d="M184,52.9996098 C184,55.2089552 182.208955,57 179.99961,57 C177.791045,57 176,55.2089552 176,52.9996098 C176,50.7910448 177.791045,49 179.99961,49 C182.208955,49 184,50.7910448 184,52.9996098 Z" id="Stroke-11" stroke="#3A49DA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
68
+
69
+ </g>
70
+ </g>
71
+ </g>
72
+ </svg>
@@ -0,0 +1,34 @@
1
+
2
+ <svg width="100%" height="374px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <g id="Scoped-Search" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
+ <g id="Docs-–-Search-Results-Loading" transform="translate(-52.000000, -240.000000)" fill="#DAD8D7">
5
+ <g id="Group-12" transform="translate(52.000000, 240.000000)">
6
+ <g id="Group-5">
7
+ <rect id="Rectangle" x="0" y="0" width="90%" height="10" rx="5"></rect>
8
+ <rect id="Rectangle" x="0" y="26" width="80%" height="10" rx="5"></rect>
9
+ <rect id="Rectangle" x="0" y="52" width="70%" height="10" rx="5"></rect>
10
+ </g>
11
+ <g id="Group-5" opacity="0.8" transform="translate(0.000000, 78.000000)">
12
+ <rect id="Rectangle" x="0" y="0" width="90%" height="10" rx="5"></rect>
13
+ <rect id="Rectangle" x="0" y="26" width="80%" height="10" rx="5"></rect>
14
+ <rect id="Rectangle" x="0" y="52" width="70%" height="10" rx="5"></rect>
15
+ </g>
16
+ <g id="Group-5" opacity="0.6" transform="translate(0.000000, 156.000000)">
17
+ <rect id="Rectangle" x="0" y="0" width="90%" height="10" rx="5"></rect>
18
+ <rect id="Rectangle" x="0" y="26" width="80%" height="10" rx="5"></rect>
19
+ <rect id="Rectangle" x="0" y="52" width="70%" height="10" rx="5"></rect>
20
+ </g>
21
+ <g id="Group-5" opacity="0.4" transform="translate(0.000000, 234.000000)">
22
+ <rect id="Rectangle" x="0" y="0" width="90%" height="10" rx="5"></rect>
23
+ <rect id="Rectangle" x="0" y="26" width="80%" height="10" rx="5"></rect>
24
+ <rect id="Rectangle" x="0" y="52" width="70%" height="10" rx="5"></rect>
25
+ </g>
26
+ <g id="Group-5" opacity="0.197206577" transform="translate(0.000000, 312.000000)">
27
+ <rect id="Rectangle" x="0" y="0" width="90%" height="10" rx="5"></rect>
28
+ <rect id="Rectangle" x="0" y="26" width="80%" height="10" rx="5"></rect>
29
+ <rect id="Rectangle" x="0" y="52" width="70%" height="10" rx="5"></rect>
30
+ </g>
31
+ </g>
32
+ </g>
33
+ </g>
34
+ </svg>