@kawaiininja/layouts 1.0.7 → 1.0.8

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.
@@ -414,7 +414,7 @@ const OnyxMobileLayoutBase = ({ tabs, user, drawers = {}, onSignOut, onRefresh,
414
414
  opacity: Math.min(pullY / 40, 1),
415
415
  }, children: _jsx("div", { className: `p-2 bg-[rgb(var(--bg-surface))] rounded-full shadow-md border border-[rgb(var(--color-border-subtle))] ${isRefreshing
416
416
  ? "animate-spin text-[rgb(var(--color-accent))]"
417
- : "text-[rgb(var(--text-secondary))]"}`, children: _jsx(Loader2, { size: 20 }) }) }), _jsx(AnimatePresence, { mode: "popLayout", custom: { direction }, initial: false, children: _jsx(motion.div, { custom: { direction }, variants: variants, initial: "enter", animate: "center", exit: "exit", className: "w-full min-h-full", children: _jsx("div", { style: {
417
+ : "text-[rgb(var(--text-secondary))]"}`, children: _jsx(Loader2, { size: 20 }) }) }), _jsx(AnimatePresence, { mode: "popLayout", custom: { direction }, initial: false, children: _jsx(motion.div, { custom: { direction }, variants: variants, initial: "enter", animate: "center", exit: "exit", className: "w-full min-h-full origin-center", children: _jsx("div", { style: {
418
418
  transform: `translateY(${pullY}px)`,
419
419
  minHeight: "100%",
420
420
  }, children: subTabs.find((st) => st.label === subTab)?.view &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kawaiininja/layouts",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "High-performance, premium mobile-first layouts for the Onyx Framework, featuring gesture-driven navigation, radial quick actions, and integrated theme support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",