@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.
@@ -1157,7 +1157,7 @@ var InputGroupInput = React15__namespace.forwardRef(({ className, ...props }, re
1157
1157
  ref,
1158
1158
  "data-slot": "input-group-control",
1159
1159
  className: cn(
1160
- "flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 dark:bg-transparent",
1160
+ "flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 focus-visible:ring-offset-0 dark:bg-transparent",
1161
1161
  className
1162
1162
  ),
1163
1163
  ...props
@@ -1170,7 +1170,7 @@ var InputGroupTextarea = React15__namespace.forwardRef(({ className, ...props },
1170
1170
  ref,
1171
1171
  "data-slot": "input-group-control",
1172
1172
  className: cn(
1173
- "flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:ring-0 dark:bg-transparent",
1173
+ "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",
1174
1174
  className
1175
1175
  ),
1176
1176
  ...props