@dxos/react-input 0.8.4-main.40e3dcdf1b → 0.8.4-main.422d1c7879

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": "@dxos/react-input",
3
- "version": "0.8.4-main.40e3dcdf1b",
3
+ "version": "0.8.4-main.422d1c7879",
4
4
  "description": "Input primitive components for React.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -31,7 +31,7 @@
31
31
  "@radix-ui/react-primitive": "2.0.2",
32
32
  "@radix-ui/react-slot": "1.1.2",
33
33
  "@radix-ui/react-use-controllable-state": "1.1.0",
34
- "@dxos/react-hooks": "0.8.4-main.40e3dcdf1b"
34
+ "@dxos/react-hooks": "0.8.4-main.422d1c7879"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/react": "~19.2.7",
package/src/PinInput.tsx CHANGED
@@ -186,7 +186,7 @@ const PinInput = forwardRef<HTMLInputElement, PinInputProps>(
186
186
  })}
187
187
  {...props}
188
188
  pattern={pattern}
189
- className='absolute inset-0 opacity-0 w-full h-full'
189
+ className='dx-fullscreen opacity-0'
190
190
  style={{
191
191
  caretColor: 'transparent',
192
192
  ...props.style,