unifyedx-storybook-new 0.1.77 → 0.1.78
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.
|
@@ -51068,7 +51068,9 @@ body.toast-backdrop #ui-toast-backdrop {
|
|
|
51068
51068
|
position: relative;
|
|
51069
51069
|
contain: content;
|
|
51070
51070
|
}
|
|
51071
|
-
|
|
51071
|
+
.searchmanagecollection .search-bar-icon-wrapper{
|
|
51072
|
+
top: -8px !important;
|
|
51073
|
+
}/* FullConfigPage Styles */
|
|
51072
51074
|
.full-config-page {
|
|
51073
51075
|
padding: 18px;
|
|
51074
51076
|
background: #f5f6f8;
|
|
@@ -76569,14 +76569,14 @@ const ManageCollectionList = ({
|
|
|
76569
76569
|
(item) => item.categoryName?.toLowerCase().includes(searchValue.toLowerCase())
|
|
76570
76570
|
) : [];
|
|
76571
76571
|
return /* @__PURE__ */ jsxs("div", { className: `manage-collection-list ${className}`, children: [
|
|
76572
|
-
/* @__PURE__ */ jsx("div", { className: "flex", children: /* @__PURE__ */ jsxs("div", { className: "w-1/2 flex justify-end", children: [
|
|
76572
|
+
/* @__PURE__ */ jsx("div", { className: "flex justify-end", children: /* @__PURE__ */ jsxs("div", { className: "w-1/2 flex justify-end", children: [
|
|
76573
76573
|
showSearch && /* @__PURE__ */ jsx(
|
|
76574
76574
|
SearchBar,
|
|
76575
76575
|
{
|
|
76576
76576
|
value: searchValue,
|
|
76577
76577
|
onDebouncedChange: setSearchValue,
|
|
76578
76578
|
placeholder: "Search Collection",
|
|
76579
|
-
customClass: "mr-4"
|
|
76579
|
+
customClass: "mr-4 searchmanagecollection"
|
|
76580
76580
|
}
|
|
76581
76581
|
),
|
|
76582
76582
|
allowAdd && /* @__PURE__ */ jsx(
|