@rafal.lemieszewski/tide-ui 0.8.0 → 0.8.1

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.
package/dist/index.es.js CHANGED
@@ -63025,8 +63025,12 @@ const LKe = _e(
63025
63025
  r === "sm" && "h-7 text-body-sm py-1",
63026
63026
  r === "default" && "h-8",
63027
63027
  r === "lg" && "h-12 py-3 text-body-lg group-data-[collapsible=icon]:!size-8",
63028
- // Enhanced hover behavior - only show background on active items when hovered
63029
- // Non-active items remain transparent on hover
63028
+ // Enhanced hover behavior for non-active items
63029
+ b && !w && !t && [
63030
+ "bg-[var(--color-background-neutral-subtle-hovered)]",
63031
+ "text-[var(--color-text-primary)]"
63032
+ ],
63033
+ // Enhanced hover behavior for active items
63030
63034
  b && !w && t && [
63031
63035
  "bg-[var(--color-background-brand-selected-hovered)]",
63032
63036
  "text-[var(--color-text-brand-hovered)]",
@@ -63224,8 +63228,12 @@ const OKe = y.forwardRef(({
63224
63228
  // Size variants
63225
63229
  t === "sm" && "text-body-sm px-1.5 py-0.5",
63226
63230
  t === "md" && "text-body-md",
63227
- // Enhanced hover behavior - only show background on active items when hovered
63228
- // Non-active items remain transparent on hover
63231
+ // Enhanced hover behavior for non-active items
63232
+ r && f && !m && !n && [
63233
+ "bg-[var(--color-background-neutral-subtle-hovered)]",
63234
+ "text-[var(--color-text-primary)]"
63235
+ ],
63236
+ // Enhanced hover behavior for active items
63229
63237
  r && f && !m && n && [
63230
63238
  "bg-[var(--color-background-brand-selected-hovered)]",
63231
63239
  "text-[var(--color-text-brand-hovered)]"