minka-ds 0.2.5 → 0.2.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minka-ds",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Minka product design system — tokenized component library",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -136,7 +136,7 @@ function InputGroupInput({
136
136
  <Input
137
137
  data-slot="input-group-control"
138
138
  className={cn(
139
- "flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0",
139
+ "flex-1 rounded-none border-0 bg-transparent shadow-none outline-none focus-visible:ring-0 aria-invalid:ring-0 aria-invalid:border-0",
140
140
  className
141
141
  )}
142
142
  {...props}