@inf-monkeys-tech/monkeys-design 2.0.1 → 2.0.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.
@@ -3675,7 +3675,6 @@ function ChildEntry({
3675
3675
  "flex w-full min-w-0 flex-1 items-center gap-3 rounded-[var(--radius)] border border-transparent text-left text-sm font-semibold outline-none transition-[background-color,border-color,color,box-shadow] focus-visible:ring-2 focus-visible:ring-ring motion-reduce:transition-none",
3676
3676
  appearance.itemHeight,
3677
3677
  appearance.itemPadding,
3678
- "pl-11",
3679
3678
  embedded ? "min-h-0 self-stretch border-0 bg-transparent text-inherit hover:bg-transparent hover:text-inherit" : active ? activeVariantClassName(appearance.activeVariant) : "text-muted-foreground hover:border-border/70 hover:bg-muted/60 hover:text-foreground",
3680
3679
  child.disabled && "pointer-events-none opacity-50",
3681
3680
  classNames?.childItem,