@trops/dash-core 0.1.346 → 0.1.347
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -55611,7 +55611,7 @@ function CellEditor(_ref) {
|
|
|
55611
55611
|
setCustomValue = _useState4[1];
|
|
55612
55612
|
var customInputRef = useRef(null);
|
|
55613
55613
|
var matches = cellMatches(value, searchQuery);
|
|
55614
|
-
var matchClass = matches ? "search-match-cell
|
|
55614
|
+
var matchClass = matches ? "search-match-cell border-yellow-400 bg-yellow-800 text-yellow-100" : "";
|
|
55615
55615
|
useEffect(function () {
|
|
55616
55616
|
if (enteringCustom && customInputRef.current) {
|
|
55617
55617
|
customInputRef.current.focus();
|