@offlinemediainc/offline-ui 0.1.2 → 0.1.3
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/README.md +27 -2
- package/dist/index.cjs +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/styles.css +42 -5
- package/package.json +13 -3
package/dist/index.js
CHANGED
|
@@ -1067,7 +1067,7 @@ var SidebarTrigger = React12.forwardRef((_a, ref) => {
|
|
|
1067
1067
|
}
|
|
1068
1068
|
}, props), {
|
|
1069
1069
|
children: [
|
|
1070
|
-
/* @__PURE__ */ jsx(PanelLeft, {}),
|
|
1070
|
+
/* @__PURE__ */ jsx(PanelLeft, { "aria-hidden": "true" }),
|
|
1071
1071
|
/* @__PURE__ */ jsx("span", { className: "sr-only", children: "Toggle Sidebar" })
|
|
1072
1072
|
]
|
|
1073
1073
|
})
|
|
@@ -1380,9 +1380,7 @@ var SidebarMenuBadge = React12.forwardRef((_a, ref) => {
|
|
|
1380
1380
|
SidebarMenuBadge.displayName = "SidebarMenuBadge";
|
|
1381
1381
|
var SidebarMenuSkeleton = React12.forwardRef((_a, ref) => {
|
|
1382
1382
|
var _b = _a, { className, showIcon = false } = _b, props = __objRest(_b, ["className", "showIcon"]);
|
|
1383
|
-
const width =
|
|
1384
|
-
return `${Math.floor(Math.random() * 40) + 50}%`;
|
|
1385
|
-
}, []);
|
|
1383
|
+
const width = "70%";
|
|
1386
1384
|
return /* @__PURE__ */ jsxs(
|
|
1387
1385
|
"div",
|
|
1388
1386
|
__spreadProps(__spreadValues({
|