@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.
@@ -873,7 +873,7 @@ var InputGroupInput = React5__namespace.forwardRef(({ className, ...props }, ref
873
873
  ref,
874
874
  "data-slot": "input-group-control",
875
875
  className: cn(
876
- "flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 dark:bg-transparent",
876
+ "flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 focus-visible:ring-offset-0 dark:bg-transparent",
877
877
  className
878
878
  ),
879
879
  ...props
@@ -886,7 +886,7 @@ var InputGroupTextarea = React5__namespace.forwardRef(({ className, ...props },
886
886
  ref,
887
887
  "data-slot": "input-group-control",
888
888
  className: cn(
889
- "flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:ring-0 dark:bg-transparent",
889
+ "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",
890
890
  className
891
891
  ),
892
892
  ...props