@inf-monkeys-tech/monkeys-design 1.0.53 → 1.0.54

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.
@@ -842,7 +842,7 @@ var InputGroupInput = React5.forwardRef(({ className, ...props }, ref) => /* @__
842
842
  ref,
843
843
  "data-slot": "input-group-control",
844
844
  className: cn(
845
- "flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 dark:bg-transparent",
845
+ "flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 focus-visible:ring-offset-0 dark:bg-transparent",
846
846
  className
847
847
  ),
848
848
  ...props
@@ -855,7 +855,7 @@ var InputGroupTextarea = React5.forwardRef(({ className, ...props }, ref) => /*
855
855
  ref,
856
856
  "data-slot": "input-group-control",
857
857
  className: cn(
858
- "flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:ring-0 dark:bg-transparent",
858
+ "flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:ring-0 focus-visible:ring-offset-0 dark:bg-transparent",
859
859
  className
860
860
  ),
861
861
  ...props