@oniratec/onira-react-ui 1.2.4 → 1.2.6
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -625,12 +625,12 @@ const Logo = ({
|
|
|
625
625
|
"div",
|
|
626
626
|
{
|
|
627
627
|
className: cn(
|
|
628
|
-
"rounded-xl border border-[color:var(--
|
|
628
|
+
"rounded-xl border border-[color:var(--border-1)] bg-[color:var(--surface-1)] p-6 shadow-[var(--shadow-card-sm)] transition-shadow hover:shadow-[var(--shadow-card-md)]",
|
|
629
629
|
t
|
|
630
630
|
),
|
|
631
631
|
children: e
|
|
632
632
|
}
|
|
633
|
-
), CardHeader = ({ children: e, className: t }) => /* @__PURE__ */ jsx("div", { className: cn("mb-2", t), children: e }), CardTitle = ({ children: e, className: t }) => /* @__PURE__ */ jsx("h3", { className: cn("text-sm font-medium text-[color:var(--
|
|
633
|
+
), CardHeader = ({ children: e, className: t }) => /* @__PURE__ */ jsx("div", { className: cn("mb-2", t), children: e }), CardTitle = ({ children: e, className: t }) => /* @__PURE__ */ jsx("h3", { className: cn("text-sm font-medium text-[color:var(--text-2)]", t), children: e }), CardContent = ({ children: e, className: t }) => /* @__PURE__ */ jsx("div", { className: cn("text-2xl font-semibold text-[color:var(--text-1)]", t), children: e }), DropdownMenu = DropdownMenuPrimitive.Root, DropdownMenuTrigger = DropdownMenuPrimitive.Trigger, DropdownMenuGroup = DropdownMenuPrimitive.Group, DropdownMenuPortal = DropdownMenuPrimitive.Portal, DropdownMenuSub = DropdownMenuPrimitive.Sub, DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup, DropdownMenuContent = React.forwardRef(({ className: e, sideOffset: t = 6, ...r }, i) => /* @__PURE__ */ jsx(DropdownMenuPrimitive.Portal, { children: /* @__PURE__ */ jsx(
|
|
634
634
|
DropdownMenuPrimitive.Content,
|
|
635
635
|
{
|
|
636
636
|
ref: i,
|