@grupor5/raya 0.2.23 → 0.2.24
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
CHANGED
|
@@ -4987,8 +4987,8 @@ var Sidebar = React28__namespace.default.forwardRef(
|
|
|
4987
4987
|
className: "transition-all duration-300"
|
|
4988
4988
|
}
|
|
4989
4989
|
) }),
|
|
4990
|
-
!collapsed && brand.logo && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-w-0 flex-1 overflow-hidden", children: [
|
|
4991
|
-
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "subheading-md", className: "text-gray-900 font-bold truncate block", children: brand.name }),
|
|
4990
|
+
!collapsed && brand.logo && (brand.name || brand.tagline) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-w-0 flex-1 overflow-hidden", children: [
|
|
4991
|
+
brand.name && /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "subheading-md", className: "text-gray-900 font-bold truncate block", children: brand.name }),
|
|
4992
4992
|
brand.tagline && /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body-xs", className: "text-gray-500 truncate block", children: brand.tagline })
|
|
4993
4993
|
] })
|
|
4994
4994
|
] }),
|
package/dist/index.mjs
CHANGED
|
@@ -4956,8 +4956,8 @@ var Sidebar = React28__default.forwardRef(
|
|
|
4956
4956
|
className: "transition-all duration-300"
|
|
4957
4957
|
}
|
|
4958
4958
|
) }),
|
|
4959
|
-
!collapsed && brand.logo && /* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1 overflow-hidden", children: [
|
|
4960
|
-
/* @__PURE__ */ jsx(Typography, { variant: "subheading-md", className: "text-gray-900 font-bold truncate block", children: brand.name }),
|
|
4959
|
+
!collapsed && brand.logo && (brand.name || brand.tagline) && /* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1 overflow-hidden", children: [
|
|
4960
|
+
brand.name && /* @__PURE__ */ jsx(Typography, { variant: "subheading-md", className: "text-gray-900 font-bold truncate block", children: brand.name }),
|
|
4961
4961
|
brand.tagline && /* @__PURE__ */ jsx(Typography, { variant: "body-xs", className: "text-gray-500 truncate block", children: brand.tagline })
|
|
4962
4962
|
] })
|
|
4963
4963
|
] }),
|
|
@@ -576,8 +576,8 @@ var Sidebar = React4__namespace.default.forwardRef(
|
|
|
576
576
|
className: "transition-all duration-300"
|
|
577
577
|
}
|
|
578
578
|
) }),
|
|
579
|
-
!collapsed && brand.logo && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-w-0 flex-1 overflow-hidden", children: [
|
|
580
|
-
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "subheading-md", className: "text-gray-900 font-bold truncate block", children: brand.name }),
|
|
579
|
+
!collapsed && brand.logo && (brand.name || brand.tagline) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-w-0 flex-1 overflow-hidden", children: [
|
|
580
|
+
brand.name && /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "subheading-md", className: "text-gray-900 font-bold truncate block", children: brand.name }),
|
|
581
581
|
brand.tagline && /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body-xs", className: "text-gray-500 truncate block", children: brand.tagline })
|
|
582
582
|
] })
|
|
583
583
|
] }),
|
|
@@ -555,8 +555,8 @@ var Sidebar = React4__default.forwardRef(
|
|
|
555
555
|
className: "transition-all duration-300"
|
|
556
556
|
}
|
|
557
557
|
) }),
|
|
558
|
-
!collapsed && brand.logo && /* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1 overflow-hidden", children: [
|
|
559
|
-
/* @__PURE__ */ jsx(Typography, { variant: "subheading-md", className: "text-gray-900 font-bold truncate block", children: brand.name }),
|
|
558
|
+
!collapsed && brand.logo && (brand.name || brand.tagline) && /* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1 overflow-hidden", children: [
|
|
559
|
+
brand.name && /* @__PURE__ */ jsx(Typography, { variant: "subheading-md", className: "text-gray-900 font-bold truncate block", children: brand.name }),
|
|
560
560
|
brand.tagline && /* @__PURE__ */ jsx(Typography, { variant: "body-xs", className: "text-gray-500 truncate block", children: brand.tagline })
|
|
561
561
|
] })
|
|
562
562
|
] }),
|