@trops/dash-core 0.1.458 → 0.1.459
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 +45 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47668,12 +47668,11 @@ var ProvidersSection = function ProvidersSection(_ref) {
|
|
|
47668
47668
|
var listContent = /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
47669
47669
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
47670
47670
|
className: "px-2 pt-2 pb-2",
|
|
47671
|
-
children: /*#__PURE__*/jsxRuntime.jsx(DashReact.
|
|
47671
|
+
children: /*#__PURE__*/jsxRuntime.jsx(DashReact.SearchInput, {
|
|
47672
47672
|
value: searchQuery,
|
|
47673
|
-
onChange:
|
|
47674
|
-
|
|
47675
|
-
|
|
47676
|
-
placeholder: "Search providers..."
|
|
47673
|
+
onChange: setSearchQuery,
|
|
47674
|
+
placeholder: "Search providers...",
|
|
47675
|
+
inputClassName: "py-1.5 text-xs"
|
|
47677
47676
|
})
|
|
47678
47677
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
47679
47678
|
className: "px-2",
|