@manuscripts/style-guide 1.7.10-LEAN-3415 → 1.7.10-LEAN-3415-1
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.
|
@@ -105,7 +105,7 @@ const ReferenceSearch = ({ query: initialQuery, sources, items, onAdd, onCite, o
|
|
|
105
105
|
const debouncedSetQuery = (0, lodash_1.debounce)((e) => {
|
|
106
106
|
setQuery(e.target.value.trim());
|
|
107
107
|
}, 800);
|
|
108
|
-
return (react_1.default.createElement(Container,
|
|
108
|
+
return (react_1.default.createElement(Container, null,
|
|
109
109
|
react_1.default.createElement(SearchInput_1.SearchInput, { onChange: debouncedSetQuery, defaultValue: initialQuery }),
|
|
110
110
|
react_1.default.createElement(ReferenceSearchSectionContainer, null,
|
|
111
111
|
react_1.default.createElement(ReferenceSearchSection_1.ReferenceSearchSection, { key: document.id, query: query, source: document, isSelected: isSelected, onSelect: toggleSelection }),
|
|
@@ -76,7 +76,7 @@ export const ReferenceSearch = ({ query: initialQuery, sources, items, onAdd, on
|
|
|
76
76
|
const debouncedSetQuery = debounce((e) => {
|
|
77
77
|
setQuery(e.target.value.trim());
|
|
78
78
|
}, 800);
|
|
79
|
-
return (React.createElement(Container,
|
|
79
|
+
return (React.createElement(Container, null,
|
|
80
80
|
React.createElement(SearchInput, { onChange: debouncedSetQuery, defaultValue: initialQuery }),
|
|
81
81
|
React.createElement(ReferenceSearchSectionContainer, null,
|
|
82
82
|
React.createElement(ReferenceSearchSection, { key: document.id, query: query, source: document, isSelected: isSelected, onSelect: toggleSelection }),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manuscripts/style-guide",
|
|
3
3
|
"description": "Shared components for Manuscripts applications",
|
|
4
|
-
"version": "1.7.10-LEAN-3415",
|
|
4
|
+
"version": "1.7.10-LEAN-3415-1",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|