@raystack/apsara 0.11.1 → 0.11.2
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/table/DataTableGloabalSearch.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -15390,7 +15390,7 @@ function DataTableGloabalSearch(props) {
|
|
|
15390
15390
|
// @ts-ignore
|
|
15391
15391
|
, {
|
|
15392
15392
|
// @ts-ignore
|
|
15393
|
-
leading: jsxRuntimeExports.jsx(MagnifyingGlassIcon, {}), placeholder: "Filter tasks...", value: globalFilter ?? "", onChange: (event) => onGlobalFilterChange(String(event.target.value)), ...props }));
|
|
15393
|
+
leading: jsxRuntimeExports.jsx(MagnifyingGlassIcon, { style: { color: "var(--foreground-base)" } }), placeholder: "Filter tasks...", value: globalFilter ?? "", onChange: (event) => onGlobalFilterChange(String(event.target.value)), ...props }));
|
|
15394
15394
|
}
|
|
15395
15395
|
|
|
15396
15396
|
function DataTableToolbar({ children, ...props }) {
|