@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.js
CHANGED
|
@@ -55629,7 +55629,7 @@ function CellEditor(_ref) {
|
|
|
55629
55629
|
setCustomValue = _useState4[1];
|
|
55630
55630
|
var customInputRef = React.useRef(null);
|
|
55631
55631
|
var matches = cellMatches(value, searchQuery);
|
|
55632
|
-
var matchClass = matches ? "search-match-cell
|
|
55632
|
+
var matchClass = matches ? "search-match-cell border-yellow-400 bg-yellow-800 text-yellow-100" : "";
|
|
55633
55633
|
React.useEffect(function () {
|
|
55634
55634
|
if (enteringCustom && customInputRef.current) {
|
|
55635
55635
|
customInputRef.current.focus();
|