myshell-react-lib 0.1.37 → 0.1.40
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11490,7 +11490,7 @@ function TopNavigationBar(param) {
|
|
|
11490
11490
|
className: cn("w-full flex flex-col md:flex-row justify-center items-center px-4 md:px-6", !isMobile2 && border && "border-b border-Colors-Border-Default", showBackground ? "bg-Colors-Background-Normal-Primary-Default" : "bg-cc-Button-Plain-bg-default md:bg-Colors-Background-Normal-Primary-Default", className),
|
|
11491
11491
|
children: [
|
|
11492
11492
|
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", {
|
|
11493
|
-
className: "relative w-full flex justify-between items-center h-13 md:h-15 pt-5 pb-1.5 md:pt-2 md:pb-2",
|
|
11493
|
+
className: cn("relative w-full flex justify-between items-center h-13 md:h-15", searchElement && "pt-5 pb-1.5 md:pt-2 md:pb-2"),
|
|
11494
11494
|
children: [
|
|
11495
11495
|
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", {
|
|
11496
11496
|
className: "flex-1 flex items-center justify-start",
|
|
@@ -11521,8 +11521,8 @@ function TopNavigationBar(param) {
|
|
|
11521
11521
|
]
|
|
11522
11522
|
}),
|
|
11523
11523
|
title && !(avatar === null || avatar === void 0 ? void 0 : avatar.logo) && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Display, {
|
|
11524
|
-
size:
|
|
11525
|
-
className: "line-clamp-1",
|
|
11524
|
+
size: "sm",
|
|
11525
|
+
className: "line-clamp-1 text-xl",
|
|
11526
11526
|
children: title
|
|
11527
11527
|
})
|
|
11528
11528
|
]
|
|
@@ -11617,7 +11617,7 @@ var SelectTrigger = React31.forwardRef(function(_param, ref) {
|
|
|
11617
11617
|
]);
|
|
11618
11618
|
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(SelectPrimitive.Trigger, _object_spread_props(_object_spread({
|
|
11619
11619
|
ref: ref,
|
|
11620
|
-
className: cn("flex h-10 w-full items-center justify-between rounded-sm border border-Colors-Border-Default bg-Colors-Background-Neutral-On-Surface-Default text-Colors-Text-Default text-sm p-3 focus:shadow-cc-Focus-Rings-Brand-default placeholder:text-Colors-Text-Subtlest focus:outline-none focus:ring-0 focus:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-30 [&>span]:line-clamp-1 [&>.select-chevron]:aria-expanded:rotate-180", className)
|
|
11620
|
+
className: cn("flex h-7 md:h-10 w-full items-center justify-between rounded-sm border border-Colors-Border-Default bg-Colors-Background-Neutral-On-Surface-Default text-Colors-Text-Default text-sm p-3 focus:shadow-cc-Focus-Rings-Brand-default placeholder:text-Colors-Text-Subtlest focus:outline-none focus:ring-0 focus:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-30 [&>span]:line-clamp-1 [&>.select-chevron]:aria-expanded:rotate-180", className)
|
|
11621
11621
|
}, props), {
|
|
11622
11622
|
children: [
|
|
11623
11623
|
children,
|
|
@@ -12341,7 +12341,7 @@ var Tabs2 = React35.forwardRef(function(_param, ref) {
|
|
|
12341
12341
|
value: item.value,
|
|
12342
12342
|
className: contentClassName,
|
|
12343
12343
|
children: item.children
|
|
12344
|
-
});
|
|
12344
|
+
}, item.value);
|
|
12345
12345
|
})
|
|
12346
12346
|
})
|
|
12347
12347
|
]
|