gramene-search 2.15.4 → 2.15.5
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/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20689,8 +20689,12 @@ const $693dd8c7a5607c3a$var$ResultsCmp = (props)=>{
|
|
|
20689
20689
|
}, [
|
|
20690
20690
|
v.shouldScroll
|
|
20691
20691
|
]);
|
|
20692
|
-
return
|
|
20692
|
+
return(// data-tour-view lets a host app address one view's section of the
|
|
20693
|
+
// results column without relying on its position or header text —
|
|
20694
|
+
// e.g. to anchor a product tour, or mount extra content into a view.
|
|
20695
|
+
/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)("div", {
|
|
20693
20696
|
ref: divRef,
|
|
20697
|
+
"data-tour-view": v.id,
|
|
20694
20698
|
children: [
|
|
20695
20699
|
v.show === 'on' && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("div", {
|
|
20696
20700
|
style: {
|
|
@@ -20701,7 +20705,7 @@ const $693dd8c7a5607c3a$var$ResultsCmp = (props)=>{
|
|
|
20701
20705
|
}),
|
|
20702
20706
|
v.show === 'on' && /*#__PURE__*/ (0, ($parcel$interopDefault($gXNCa$react))).createElement($693dd8c7a5607c3a$var$inventory[v.id], p)
|
|
20703
20707
|
]
|
|
20704
|
-
}, idx);
|
|
20708
|
+
}, idx));
|
|
20705
20709
|
})
|
|
20706
20710
|
}) : null;
|
|
20707
20711
|
};
|