@deque/cauldron-react 6.3.2-canary.cac9806e → 6.3.2-canary.cf6e034f

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
2
  import type { PolymorphicProps, PolymorphicComponent } from '../../utils/polymorphicComponent';
3
- type BreadcrumbLinkProps = PolymorphicProps<React.LinkHTMLAttributes<HTMLLinkElement>>;
3
+ type BreadcrumbLinkProps = PolymorphicProps<React.AnchorHTMLAttributes<HTMLAnchorElement>>;
4
4
  declare const BreadcrumbLink: PolymorphicComponent<BreadcrumbLinkProps>;
5
5
  export default BreadcrumbLink;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-react",
3
- "version": "6.3.2-canary.cac9806e",
3
+ "version": "6.3.2-canary.cf6e034f",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Fully accessible react components library for Deque Cauldron",
6
6
  "homepage": "https://cauldron.dequelabs.com/",