@sarunyu/system-one 4.9.0 → 4.9.1

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 CHANGED
@@ -4067,7 +4067,7 @@ const Notification = React.forwardRef(
4067
4067
  style: { width: (mobileAlign == null ? void 0 : mobileAlign.width) ?? panelWidth },
4068
4068
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "max-h-[480px] overflow-y-auto", children: [
4069
4069
  !hasItems && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-4 py-8 text-center text-sm text-muted-foreground", children: emptyText }),
4070
- groups.map((group) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "divide-y divide-divider", children: group.items.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
4070
+ groups.map((group) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full", children: /* @__PURE__ */ jsxRuntime.jsx("div", { children: group.items.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
4071
4071
  NotificationRow,
4072
4072
  {
4073
4073
  item,