@deque/cauldron-react 5.1.0-canary.976e81e3 → 5.1.0-canary.c2d1521f

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export interface OffscreenProps extends React.HTMLAttributes<HTMLDivElement> {
2
+ export interface OffscreenProps extends React.HTMLAttributes<HTMLSpanElement> {
3
3
  }
4
4
  declare const Offscreen: (props: OffscreenProps) => JSX.Element;
5
5
  export default Offscreen;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-react",
3
- "version": "5.1.0-canary.976e81e3",
3
+ "version": "5.1.0-canary.c2d1521f",
4
4
  "description": "Fully accessible react components library for Deque Cauldron",
5
5
  "homepage": "https://cauldron.dequelabs.com/",
6
6
  "publishConfig": {