Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding search package to the docs #187

Open
wants to merge 4 commits into
base: production
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"dependencies": {
"@reach/router": "^1.2.1",
"@saasquatch/squatch-search": "^0.1.0-16",
"@saasquatch/visual-dev": "^1.0.2",
"@types/dompurify": "^2.0.2",
"anchor-js": "^3.2.2",
Expand Down Expand Up @@ -51,7 +52,7 @@
"serve": "^11.3.2",
"slug": "0.9.1",
"swagger-parser": "^3.4.1",
"use-debounce": "^5.1.0",
"use-debounce": "^8.0.3",
"webpack": "^4.20.2",
"zenscroll": "^3.3.0"
},
Expand Down
10 changes: 5 additions & 5 deletions src/assets/lib/bootstrap-2.3.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ input[type="submit"] {
-webkit-appearance: button;
}

label,
/* label,
select,
button,
input[type="button"],
Expand All @@ -151,7 +151,7 @@ input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
cursor: pointer;
}
} */

input[type="search"] {
-webkit-box-sizing: content-box;
Expand Down Expand Up @@ -1868,7 +1868,7 @@ input.search-query {
border-radius: 14px 0 0 14px;
}

.form-search input,
/* .form-search input, */
.form-inline input,
.form-horizontal input,
.form-search textarea,
Expand Down Expand Up @@ -1902,7 +1902,7 @@ input.search-query {
display: none;
}

.form-search label,
/* .form-search label, */
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
Expand Down Expand Up @@ -6381,7 +6381,7 @@ a.badge:focus {
filter: alpha(opacity=90);
}

..carousel-caption h4,
.carousel-caption h4,
.carousel-caption p {
line-height: 20px;
color: #fff;
Expand Down
1 change: 0 additions & 1 deletion src/assets/stylesheets/_search.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
}

.search-results {
padding-top: 50px;
width: 520px;
margin: 0 auto;
.search-spinner {
Expand Down
265 changes: 0 additions & 265 deletions src/components/search/InlineSearch.tsx

This file was deleted.

Loading