@megha-ui/react 1.2.178 → 1.2.179

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.
@@ -289,7 +289,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
289
289
  } })), _jsx(MdFilterList, { size: 18, style: {
290
290
  color: activeFilters[((_q = headerColumns.find((column) => column.key === _groupBy)) === null || _q === void 0 ? void 0 : _q.key) || ""]
291
291
  ? "#2377ba"
292
- : "#000",
292
+ : "var(--row-header-text)",
293
293
  } }), dropdownVisible ===
294
294
  ((_r = headerColumns.find((column) => column.key === _groupBy)) === null || _r === void 0 ? void 0 : _r.key) &&
295
295
  (((_s = headerColumns.find((column) => column.key === _groupBy)) === null || _s === void 0 ? void 0 : _s.uniqueDrop) ? (_jsx(GridFilterDropdown, { locale: locale, formatOptions: formatOptions, columnType: (_u = (_t = headerColumns.find((column) => column.key === _groupBy)) === null || _t === void 0 ? void 0 : _t.dataType) !== null && _u !== void 0 ? _u : "string", columnIndex: -1, searchable: ((_v = headerColumns.find((column) => column.key === _groupBy)) === null || _v === void 0 ? void 0 : _v.search) || false, headerDropdownIndex: headerDropdownIndex, searchInput: (search &&
@@ -562,7 +562,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
562
562
  } })), _jsx(MdFilterList, { size: 18, style: {
563
563
  color: activeFilters[column.key]
564
564
  ? "#2377ba"
565
- : "#000",
565
+ : "var(--row-header-text)",
566
566
  } }), dropdownVisible === column.key &&
567
567
  (column.uniqueDrop ? (_jsx(GridFilterDropdown, { locale: locale, formatOptions: formatOptions, columnType: (_b = column.dataType) !== null && _b !== void 0 ? _b : "string", columnIndex: colIndex, searchable: (column === null || column === void 0 ? void 0 : column.search) || false, headerDropdownIndex: headerDropdownIndex, searchOptions: searchOptions.filter((item) => column.dataType === "number" ||
568
568
  column.dataType === "currency"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.178",
3
+ "version": "1.2.179",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",