@ag.ds-next/breadcrumbs
Advanced tools
Comparing version 3.0.0 to 4.0.0
# @ag.ds-next/breadcrumbs | ||
## 4.0.0 | ||
### Patch Changes | ||
- e3f309e: Remove typographic box props from `BreadcrumbsItem` | ||
- Updated dependencies [9680133] | ||
- Updated dependencies [c7d2a66] | ||
- Updated dependencies [cd7e437] | ||
- Updated dependencies [d94cb5d] | ||
- Updated dependencies [b6a9bd9] | ||
- Updated dependencies [214cbf9] | ||
- Updated dependencies [9680133] | ||
- Updated dependencies [b6a9bd9] | ||
- Updated dependencies [214cbf9] | ||
- Updated dependencies [3e8b39b] | ||
- @ag.ds-next/core@2.1.0 | ||
- @ag.ds-next/box@4.0.0 | ||
- @ag.ds-next/icon@4.0.0 | ||
- @ag.ds-next/text@4.0.0 | ||
## 3.0.0 | ||
@@ -4,0 +24,0 @@ |
@@ -66,6 +66,3 @@ 'use strict'; | ||
return react.jsx(box.Box, { | ||
as: "li", | ||
fontSize: "sm", | ||
fontFamily: "body", | ||
lineHeight: "default" | ||
as: "li" | ||
}, href ? react.jsx(text.TextLink, _extends({ | ||
@@ -72,0 +69,0 @@ href: href |
@@ -59,6 +59,3 @@ 'use strict'; | ||
return react.jsx(box.Box, { | ||
as: "li", | ||
fontSize: "sm", | ||
fontFamily: "body", | ||
lineHeight: "default" | ||
as: "li" | ||
}, href ? react.jsx(text.TextLink, _extends({ | ||
@@ -65,0 +62,0 @@ href: href |
@@ -62,6 +62,3 @@ import { Fragment } from 'react'; | ||
return jsx(Box, { | ||
as: "li", | ||
fontSize: "sm", | ||
fontFamily: "body", | ||
lineHeight: "default" | ||
as: "li" | ||
}, href ? jsx(TextLink, _extends({ | ||
@@ -68,0 +65,0 @@ href: href |
{ | ||
"name": "@ag.ds-next/breadcrumbs", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"main": "dist/ag.ds-next-breadcrumbs.cjs.js", | ||
@@ -8,6 +8,6 @@ "module": "dist/ag.ds-next-breadcrumbs.esm.js", | ||
"peerDependencies": { | ||
"@ag.ds-next/box": "3.0.0", | ||
"@ag.ds-next/core": "2.0.0", | ||
"@ag.ds-next/icon": "3.0.0", | ||
"@ag.ds-next/text": "3.0.0", | ||
"@ag.ds-next/box": "4.0.0", | ||
"@ag.ds-next/core": "2.1.0", | ||
"@ag.ds-next/icon": "4.0.0", | ||
"@ag.ds-next/text": "4.0.0", | ||
"@emotion/react": "^11.7.0", | ||
@@ -14,0 +14,0 @@ "react": "^16.14.0 || ^17.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14018
351