@offlinemediainc/offline-ui 0.2.1 → 0.2.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.
@@ -3,7 +3,7 @@
3
3
  "meta": {
4
4
  "name": "@offlinemediainc/offline-ui",
5
5
  "version": "0.2.1",
6
- "generatedAt": "2026-01-22T13:58:24.489Z",
6
+ "generatedAt": "2026-01-22T14:25:54.609Z",
7
7
  "description": "Offline Media Design System - LLM-friendly design decisions and patterns"
8
8
  },
9
9
  "quickReference": {
package/dist/index.cjs CHANGED
@@ -363,7 +363,7 @@ var DropdownMenuSubTrigger = React12__namespace.forwardRef((_a, ref) => {
363
363
  }, props), {
364
364
  children: [
365
365
  children,
366
- /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronRight, { className: "ml-auto" })
366
+ /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronRight, { className: "ml-auto", "aria-hidden": "true" })
367
367
  ]
368
368
  })
369
369
  );
@@ -2199,7 +2199,7 @@ var BreadcrumbSeparator = (_a) => {
2199
2199
  "aria-hidden": "true",
2200
2200
  className: cn("[&>svg]:w-3.5 [&>svg]:h-3.5", className)
2201
2201
  }, props), {
2202
- children: children != null ? children : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronRight, {})
2202
+ children: children != null ? children : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronRight, { "aria-hidden": "true" })
2203
2203
  })
2204
2204
  );
2205
2205
  };
@@ -2218,7 +2218,7 @@ var BreadcrumbEllipsis = (_a) => {
2218
2218
  className: cn("flex h-9 w-9 items-center justify-center", className)
2219
2219
  }, props), {
2220
2220
  children: [
2221
- /* @__PURE__ */ jsxRuntime.jsx(lucideReact.MoreHorizontal, { className: "h-4 w-4" }),
2221
+ /* @__PURE__ */ jsxRuntime.jsx(lucideReact.MoreHorizontal, { className: "h-4 w-4", "aria-hidden": "true" }),
2222
2222
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "More" })
2223
2223
  ]
2224
2224
  })