@bothub-chat/ui 2.48.1-fix-refactor-0c755591-0409-4a75-ad17-6483a5dc7d67 → 2.48.1-fix-refactor-d539de13-e7aa-467b-ab61-8ef5e80f46ee
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as r,jsx as e}from"react/jsx-runtime";import{SidebarGroupStyled as t,SidebarGroupSkeletonContainer as i,SidebarGroupIconSkeleton as n,SidebarGroupSkeletonStyled as o,SidebarGroupList as c}from"./styled.js";import{useSidebar as s}from"../context.js";const m=({children:m})=>{const{isOpen:d}=s();return r(t,{children:[r(i,{children:[e(n,{}),e(o,{})]})
|
|
1
|
+
import{jsxs as r,jsx as e}from"react/jsx-runtime";import{SidebarGroupStyled as t,SidebarGroupSkeletonContainer as i,SidebarGroupIconSkeleton as n,SidebarGroupSkeletonStyled as o,SidebarGroupList as c}from"./styled.js";import{useSidebar as s}from"../context.js";const m=({children:m})=>{const{isOpen:d}=s();return r(t,{children:[r(i,{children:[e(n,{}),e(o,{})]}),!!m&&e(c,{$isSidebarOpen:d,children:m})]})};export{m as SidebarGroupSkeleton};
|
package/package.json
CHANGED