@rafal.lemieszewski/tide-ui 0.9.0 → 0.9.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
@@ -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
  });