@getcoherent/core 0.2.2 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -7
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5722,13 +5722,6 @@ export function AppNav() {
5722
5722
  </div>
5723
5723
  <div className="flex items-center gap-1">
5724
5724
  <ThemeToggle />
5725
- <Link
5726
- href="/design-system"
5727
- className="flex items-center gap-2 px-3 py-2 rounded-md text-sm font-medium text-muted-foreground hover:text-foreground hover:bg-muted/50 transition-colors"
5728
- >
5729
- <CoherentLogo size={16} />
5730
- Design System
5731
- </Link>
5732
5725
  </div>
5733
5726
  </div>
5734
5727
  </nav>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.2.2",
6
+ "version": "0.2.3",
7
7
  "description": "Core design system engine for Coherent",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",