@rafal.lemieszewski/tide-ui 0.9.0 → 0.9.2

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
@@ -53582,7 +53582,7 @@ const aT = _e(
53582
53582
  "bg-transparent text-[var(--color-text-primary)]",
53583
53583
  "border-none",
53584
53584
  "enabled:hover:bg-[var(--color-background-neutral-hovered)]",
53585
- "focus:bg-[var(--color-background-neutral-subtle)] focus-visible:ring-2 focus-visible:ring-[var(--ring-color)] focus-visible:ring-offset-2",
53585
+ "focus-visible:ring-2 focus-visible:ring-[var(--ring-color)] focus-visible:ring-offset-2",
53586
53586
  "enabled:active:bg-[var(--grey-alpha-100)] enabled:active:translate-y-px",
53587
53587
  "disabled:bg-[var(--color-background-neutral-subtle)] disabled:[&]:text-[var(--color-text-disabled)]"
53588
53588
  ]
@@ -53740,7 +53740,7 @@ const KK = y.forwardRef(
53740
53740
  // Last button: keep right rounded, remove left rounded
53741
53741
  "!rounded-l-none !rounded-r-md": p && !f,
53742
53742
  // Remove right border for all except last to avoid double borders
53743
- "border-r-0": !p
53743
+ "!border-r-0": !p
53744
53744
  }
53745
53745
  )
53746
53746
  });
@@ -65701,7 +65701,7 @@ const XXe = _e(
65701
65701
  {
65702
65702
  variants: {
65703
65703
  variant: {
65704
- default: "hover:bg-[var(--color-background-neutral-subtle-hovered)]",
65704
+ default: "hover:bg-[var(--color-background-neutral-subtle-hovered)] hover:bg-opacity-50",
65705
65705
  zebra: "",
65706
65706
  selected: "bg-[var(--color-background-brand-selected)]"
65707
65707
  }
@@ -65776,7 +65776,7 @@ const sz = y.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ k(
65776
65776
  {
65777
65777
  ref: n,
65778
65778
  className: A(
65779
- "[&_tr]:border-b [&_tr]:border-[var(--color-border-primary-subtle)] [&_tr]:bg-[#f6f7f8]",
65779
+ "[&_tr]:border-b [&_tr]:border-[var(--color-border-primary-subtle)] [&_tr]:bg-[#f6f7f8] [&_tr]:hover:bg-[#f6f7f8]",
65780
65780
  e
65781
65781
  ),
65782
65782
  ...t
@@ -65787,7 +65787,7 @@ const lz = y.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ k(
65787
65787
  "tbody",
65788
65788
  {
65789
65789
  ref: n,
65790
- className: A("[&_tr:last-child]:border-0", e),
65790
+ className: A("[&_tr:last-child]:border-0 [&_tr:last-child:hover_td:first-child]:rounded-bl-lg [&_tr:last-child:hover_td:last-child]:rounded-br-lg", e),
65791
65791
  ...t
65792
65792
  }
65793
65793
  ));