mayak-common-library 0.0.44 → 0.0.45
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -671,7 +671,7 @@ var SearchInput = (props) => {
|
|
|
671
671
|
startAdornment: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_material12.Stack, { direction: "row", alignItems: "center", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_material12.InputAdornment, { position: "start", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(search_default, {}) }) }),
|
|
672
672
|
disableUnderline: true,
|
|
673
673
|
placeholder: "\u041F\u043E\u0448\u0443\u043A \u043F\u043E \u0440\u0430\u0439\u043E\u043D\u0443, \u0432\u0443\u043B\u0438\u0446\u0456, \u0416\u041A",
|
|
674
|
-
className: `w-full border rounded-none border-solid normal-case text-accent-dark gap-x-2 px-5 h-[38px] ${collapse ? "bg-white border-transparent" : "border-accent-beige"} hover:bg-white`
|
|
674
|
+
className: `w-full border rounded-none border-solid normal-case text-accent-dark gap-x-2 px-5 h-[38px] ${collapse ? "!bg-white !border-transparent" : "!border-accent-beige"} hover:bg-white`
|
|
675
675
|
})
|
|
676
676
|
);
|
|
677
677
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -611,7 +611,7 @@ var SearchInput = (props) => {
|
|
|
611
611
|
startAdornment: /* @__PURE__ */ jsx20(Stack3, { direction: "row", alignItems: "center", children: /* @__PURE__ */ jsx20(InputAdornment2, { position: "start", children: /* @__PURE__ */ jsx20(search_default, {}) }) }),
|
|
612
612
|
disableUnderline: true,
|
|
613
613
|
placeholder: "\u041F\u043E\u0448\u0443\u043A \u043F\u043E \u0440\u0430\u0439\u043E\u043D\u0443, \u0432\u0443\u043B\u0438\u0446\u0456, \u0416\u041A",
|
|
614
|
-
className: `w-full border rounded-none border-solid normal-case text-accent-dark gap-x-2 px-5 h-[38px] ${collapse ? "bg-white border-transparent" : "border-accent-beige"} hover:bg-white`
|
|
614
|
+
className: `w-full border rounded-none border-solid normal-case text-accent-dark gap-x-2 px-5 h-[38px] ${collapse ? "!bg-white !border-transparent" : "!border-accent-beige"} hover:bg-white`
|
|
615
615
|
})
|
|
616
616
|
);
|
|
617
617
|
};
|