myshell-react-lib 0.1.63 → 0.1.64
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 +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6659,7 +6659,7 @@ var Primitive = NODES.reduce(function(primitive, node) {
|
|
|
6659
6659
|
var import_class_variance_authority6 = require("class-variance-authority");
|
|
6660
6660
|
var React12 = __toESM(require("react"), 1);
|
|
6661
6661
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
6662
|
-
var avatarVariants = (0, import_class_variance_authority6.cva)("relative flex shrink-0 overflow-hidden bg-Colors-Background-
|
|
6662
|
+
var avatarVariants = (0, import_class_variance_authority6.cva)("relative flex shrink-0 overflow-hidden bg-Colors-Background-Normal-Secondary-Hover", {
|
|
6663
6663
|
variants: {
|
|
6664
6664
|
size: {
|
|
6665
6665
|
xs: "w-5 h-5 rounded-xs",
|
|
@@ -6728,7 +6728,7 @@ var AvatarImage = React12.forwardRef(function(_param, ref) {
|
|
|
6728
6728
|
onError: handleError
|
|
6729
6729
|
}, props)) : /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Primitive.span, _object_spread({
|
|
6730
6730
|
ref: ref,
|
|
6731
|
-
className: cn("flex h-full w-full items-center justify-center bg-Colors-Background-
|
|
6731
|
+
className: cn("flex h-full w-full items-center justify-center bg-Colors-Background-Normal-Secondary-Hover", className)
|
|
6732
6732
|
}, props));
|
|
6733
6733
|
});
|
|
6734
6734
|
AvatarImage.displayName = "AvatarImage";
|
|
@@ -11614,8 +11614,8 @@ function TopNavigationBar(param) {
|
|
|
11614
11614
|
pageType === 2 && isMob && !(avatar === null || avatar === void 0 ? void 0 : avatar.logo) && !searchElement && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", {
|
|
11615
11615
|
className: "absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10",
|
|
11616
11616
|
children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Display, {
|
|
11617
|
-
size: "
|
|
11618
|
-
className: "line-clamp-1 text-
|
|
11617
|
+
size: "xs",
|
|
11618
|
+
className: "line-clamp-1 text-lg",
|
|
11619
11619
|
children: title
|
|
11620
11620
|
})
|
|
11621
11621
|
}),
|
|
@@ -11767,7 +11767,7 @@ var SelectContent = React33.forwardRef(function(_param, ref) {
|
|
|
11767
11767
|
position: position
|
|
11768
11768
|
}, props), {
|
|
11769
11769
|
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(SelectPrimitive.Viewport, {
|
|
11770
|
-
className: cn("p-1.5 space-y-1
|
|
11770
|
+
className: cn("p-1.5 space-y-1", position === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),
|
|
11771
11771
|
children: children
|
|
11772
11772
|
})
|
|
11773
11773
|
}));
|
|
@@ -11824,7 +11824,7 @@ var SelectItem = React33.forwardRef(function(_param, ref) {
|
|
|
11824
11824
|
]);
|
|
11825
11825
|
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(SelectPrimitive.Item, _object_spread_props(_object_spread({
|
|
11826
11826
|
ref: ref,
|
|
11827
|
-
className: cn("relative flex justify-between w-full text-sm cursor-pointer select-none items-center rounded-sm py-1 px-1.5 outline-none", "bg-Colors-Background-Normal-
|
|
11827
|
+
className: cn("relative flex justify-between w-full text-sm cursor-pointer select-none items-center rounded-sm py-1 px-1.5 outline-none", "bg-Colors-Background-Normal-Primary-Hover hover:bg-Colors-Background-Utilities-Modal focus:bg-Colors-Background-Neutral-Primary-Default data-[disabled]:opacity-30 data-[disabled]:cursor-not-allowed", critical ? "text-Colors-Text-Critical-Default" : "focus:text-Colors-Text-Default", className)
|
|
11828
11828
|
}, props), {
|
|
11829
11829
|
children: [
|
|
11830
11830
|
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("span", {
|
|
@@ -12291,17 +12291,17 @@ var tabListVariants = (0, import_class_variance_authority17.cva)("w-full relativ
|
|
|
12291
12291
|
{
|
|
12292
12292
|
variant: "button",
|
|
12293
12293
|
size: "lg",
|
|
12294
|
-
className: "min-w-[320px]"
|
|
12294
|
+
className: "min-w-[320px] h-auto"
|
|
12295
12295
|
},
|
|
12296
12296
|
{
|
|
12297
12297
|
variant: "button",
|
|
12298
12298
|
size: "md",
|
|
12299
|
-
className: "min-w-[218px]"
|
|
12299
|
+
className: "min-w-[218px] h-auto"
|
|
12300
12300
|
},
|
|
12301
12301
|
{
|
|
12302
12302
|
variant: "button",
|
|
12303
12303
|
size: "sm",
|
|
12304
|
-
className: "min-w-[180px]"
|
|
12304
|
+
className: "min-w-[180px] h-auto"
|
|
12305
12305
|
},
|
|
12306
12306
|
{
|
|
12307
12307
|
variant: "underline",
|