@dmsi/wedgekit-react 0.0.1120 → 0.0.1122

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.
@@ -364,6 +364,7 @@ var Breadcrumb = ({
364
364
  href,
365
365
  typographyStyle: "caption",
366
366
  onClick,
367
+ notUnderline: true,
367
368
  children
368
369
  }
369
370
  ) }, href);
@@ -34,6 +34,7 @@ var Breadcrumb = ({
34
34
  href,
35
35
  typographyStyle: "caption",
36
36
  onClick,
37
+ notUnderline: true,
37
38
  children
38
39
  }
39
40
  ) }, href);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsi/wedgekit-react",
3
3
  "private": false,
4
- "version": "0.0.1120",
4
+ "version": "0.0.1122",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup",