@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.
@@ -1113,7 +1113,7 @@ var InputGroupInput = React15.forwardRef(({ className, ...props }, ref) => /* @_
1113
1113
  ref,
1114
1114
  "data-slot": "input-group-control",
1115
1115
  className: cn(
1116
- "flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 dark:bg-transparent",
1116
+ "flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 focus-visible:ring-offset-0 dark:bg-transparent",
1117
1117
  className
1118
1118
  ),
1119
1119
  ...props
@@ -1126,7 +1126,7 @@ var InputGroupTextarea = React15.forwardRef(({ className, ...props }, ref) => /*
1126
1126
  ref,
1127
1127
  "data-slot": "input-group-control",
1128
1128
  className: cn(
1129
- "flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:ring-0 dark:bg-transparent",
1129
+ "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",
1130
1130
  className
1131
1131
  ),
1132
1132
  ...props