@sarunyu/system-one 4.9.0 → 4.9.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.
package/dist/index.js CHANGED
@@ -4048,7 +4048,7 @@ const Notification = forwardRef(
4048
4048
  style: { width: (mobileAlign == null ? void 0 : mobileAlign.width) ?? panelWidth },
4049
4049
  children: /* @__PURE__ */ jsxs("div", { className: "max-h-[480px] overflow-y-auto", children: [
4050
4050
  !hasItems && /* @__PURE__ */ jsx("div", { className: "px-4 py-8 text-center text-sm text-muted-foreground", children: emptyText }),
4051
- groups.map((group) => /* @__PURE__ */ jsx("div", { className: "w-full", children: /* @__PURE__ */ jsx("div", { className: "divide-y divide-divider", children: group.items.map((item) => /* @__PURE__ */ jsx(
4051
+ groups.map((group) => /* @__PURE__ */ jsx("div", { className: "w-full", children: /* @__PURE__ */ jsx("div", { children: group.items.map((item) => /* @__PURE__ */ jsx(
4052
4052
  NotificationRow,
4053
4053
  {
4054
4054
  item,