@bridgeline-digital/hawksearch-handlebars-ui 6.3.3 → 6.3.4
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/changelog.md +366 -359
- package/dist/hawksearch-handlebars-ui.cjs +2 -2
- package/dist/hawksearch-handlebars-ui.js +463 -439
- package/dist/hawksearch-handlebars-ui.min.js +945 -945
- package/dist/hawksearch-handlebars-ui.umd.cjs +2 -2
- package/docs/assets/custom.css +25 -25
- package/package.json +1 -1
- package/readme.md +1 -1
package/docs/assets/custom.css
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
.col-content code,
|
|
2
|
-
.col-content pre {
|
|
3
|
-
padding: 0.2em 0.6em;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.col-content p {
|
|
7
|
-
margin: 1.5em 0;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.col-content table {
|
|
11
|
-
margin: 0 -15px;
|
|
12
|
-
border-spacing: 15px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.col-content li {
|
|
16
|
-
margin: 1em 0;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.col-content pre {
|
|
20
|
-
margin: 1em 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.tsd-page-navigation ul {
|
|
24
|
-
padding: 0;
|
|
25
|
-
}
|
|
1
|
+
.col-content code,
|
|
2
|
+
.col-content pre {
|
|
3
|
+
padding: 0.2em 0.6em;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.col-content p {
|
|
7
|
+
margin: 1.5em 0;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.col-content table {
|
|
11
|
+
margin: 0 -15px;
|
|
12
|
+
border-spacing: 15px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.col-content li {
|
|
16
|
+
margin: 1em 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.col-content pre {
|
|
20
|
+
margin: 1em 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.tsd-page-navigation ul {
|
|
24
|
+
padding: 0;
|
|
25
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bridgeline-digital/hawksearch-handlebars-ui",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.4",
|
|
4
4
|
"description": "The HawkSearch Handlebars UI package allows you to add a highly-customizable search results page to your website powered by HawkSearch.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
package/readme.md
CHANGED