@rango-dev/ui 0.17.1-next.0 → 0.17.1-next.2

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": "@rango-dev/ui",
3
- "version": "0.17.1-next.0",
3
+ "version": "0.17.1-next.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
@@ -113,7 +113,7 @@ export const Input = styled('input', {
113
113
  '&::placeholder, &::-webkit-input-placeholder': {
114
114
  color: '$neutral900',
115
115
  },
116
- '&:focus-within': {
116
+ '&:focus-visible': {
117
117
  outline: 'none',
118
118
  },
119
119
  });