@orsetra/shared-ui 1.8.3 → 1.8.5

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.
@@ -172,8 +172,8 @@ export function MainSidebar({
172
172
  "w-full flex items-center text-left transition-all duration-150 font-medium",
173
173
  isMinimized ? "justify-center p-2 lg:p-3" : "gap-2 lg:gap-3 px-2 lg:px-3 py-1.5 lg:py-2",
174
174
  isActive || isFlyActive
175
- ? "bg-interactive/10 text-interactive border-l-4 border-interactive"
176
- : "text-text-primary hover:bg-black/[0.04] border-l-4 border-transparent",
175
+ ? "bg-ibm-blue-10 text-interactive border-l-4 border-interactive"
176
+ : "text-text-primary hover:bg-ibm-gray-10 border-l-4 border-transparent",
177
177
  )
178
178
 
179
179
  const itemContent = (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orsetra/shared-ui",
3
- "version": "1.8.3",
3
+ "version": "1.8.5",
4
4
  "description": "Shared UI components for Orsetra platform",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",