@getcoherent/core 0.6.35 → 0.6.37

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6459,7 +6459,6 @@ import {
6459
6459
  SidebarMenu,
6460
6460
  SidebarMenuButton,
6461
6461
  SidebarMenuItem,
6462
- SidebarTrigger,
6463
6462
  } from '@/components/ui/sidebar'
6464
6463
 
6465
6464
  export function AppSidebar() {
@@ -6470,11 +6469,10 @@ export function AppSidebar() {
6470
6469
  return (
6471
6470
  <Sidebar>
6472
6471
  <SidebarHeader>
6473
- <div className="flex items-center justify-between px-2 py-1">
6472
+ <div className="flex items-center px-2 py-1">
6474
6473
  <Link href="/" className="text-sm font-semibold text-foreground truncate">
6475
6474
  ${appName}
6476
6475
  </Link>
6477
- <SidebarTrigger />
6478
6476
  </div>
6479
6477
  </SidebarHeader>
6480
6478
  <SidebarContent>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.6.35",
6
+ "version": "0.6.37",
7
7
  "description": "Core design system engine for Coherent",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",