@namuna-nur/ui-kit 1.0.9 → 1.1.2

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.
@@ -2379,7 +2379,7 @@ function hl({
2379
2379
  ] }) }) });
2380
2380
  }
2381
2381
  const le = {
2382
- root: "relative h-full flex flex-col justify-between",
2382
+ root: "relative h-full flex flex-col justify-between bg-sidebar-10",
2383
2383
  wrapper: "overflow-x-auto max-h-[calc(100vh-100px)]",
2384
2384
  table: "w-full border-none",
2385
2385
  tableHeader: 'sticky top-0 z-50 bg-gray-50 rounded-[10px] after:content-[""] after:block after:h-2.5 after:bg-sidebar-10',
@@ -2450,8 +2450,8 @@ const la = ({
2450
2450
  {
2451
2451
  variant: "p",
2452
2452
  className: f(
2453
- "capitalize font-medium",
2454
- r ? "text-dark-40/[.80]" : "text-[#979698]",
2453
+ "font-medium",
2454
+ r ? "text-dark-40/[.50]" : "text-dark-40/[.25]",
2455
2455
  n && "text-gray-30 cursor-not-allowed"
2456
2456
  ),
2457
2457
  children: t
@@ -2459,7 +2459,7 @@ const la = ({
2459
2459
  )
2460
2460
  }
2461
2461
  ) }),
2462
- !r && /* @__PURE__ */ a.jsx(la, { className: "text-dark-30/[.80] font-medium", children: "/" })
2462
+ !r && /* @__PURE__ */ a.jsx(la, { className: "text-dark-40/[.50] font-medium", children: "/" })
2463
2463
  ] }), $e = {
2464
2464
  list: "flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2",
2465
2465
  item: "inline-flex items-center gap-1.5",
@@ -4351,7 +4351,7 @@ const Pa = ({
4351
4351
  h.useEffect(() => n(null), [o]);
4352
4352
  const l = it.root, d = it.header, u = it.body, s = it.logo;
4353
4353
  return /* @__PURE__ */ a.jsxs(
4354
- "div",
4354
+ "aside",
4355
4355
  {
4356
4356
  role: "navigation",
4357
4357
  "aria-label": "navigation",
@@ -4362,7 +4362,7 @@ const Pa = ({
4362
4362
  {
4363
4363
  className: f(d.base, r && d.expanded),
4364
4364
  children: [
4365
- /* @__PURE__ */ a.jsx(xt, { role: "link", to: "/home", children: r ? /* @__PURE__ */ a.jsx(vo, {}) : /* @__PURE__ */ a.jsx(yo, {}) }),
4365
+ /* @__PURE__ */ a.jsx(xt, { role: "link", to: "/", children: r ? /* @__PURE__ */ a.jsx(vo, {}) : /* @__PURE__ */ a.jsx(yo, {}) }),
4366
4366
  /* @__PURE__ */ a.jsx(D, { type: "button", variant: "text", classNames: { base: "p-0" }, children: r && /* @__PURE__ */ a.jsx(qo, { className: f(s), width: 24, height: 24 }) })
4367
4367
  ]
4368
4368
  }
@@ -4402,7 +4402,7 @@ const Pa = ({
4402
4402
  },
4403
4403
  logo: "fill-sidebar-10/[.33] rotate-180 hover:cursor-pointer",
4404
4404
  body: {
4405
- base: "px-[5px] py-4 w-auto flex flex-col items-start transition-all duration-300",
4405
+ base: "px-[5px] py-4 w-auto flex flex-col gap-[2.5px] items-start transition-all duration-300",
4406
4406
  expanded: "w-16 items-center"
4407
4407
  }
4408
4408
  }, jl = ({
@@ -1,2 +1,3 @@
1
1
  export { Notification } from './Notification';
2
2
  export type * from './Notification.types';
3
+ export type { ToastProps, ToastActionElement } from './Notification.utils.tsx';