@westpac/breadcrumb
Advanced tools
Comparing version 2.0.0 to 2.1.0
# @westpac/breadcrumb | ||
## 2.1.0 | ||
### Minor Changes | ||
- 39e90efa: Updated components to export TypeScript interfaces using existing prop types. | ||
### Patch Changes | ||
- Updated dependencies [39e90efa] | ||
- Updated dependencies [8d3f5b3d] | ||
- @westpac/core@3.1.0 | ||
- @westpac/icon@2.0.1 | ||
## 2.0.0 | ||
@@ -4,0 +17,0 @@ |
@@ -250,3 +250,3 @@ 'use strict'; | ||
name: "@westpac/breadcrumb", | ||
version: "2.0.0", | ||
version: "2.1.0", | ||
description: "Styled navigational links used to indicate the user’s location within a website application", | ||
@@ -261,7 +261,7 @@ homepage: "https://gel.westpacgroup.com.au/design-system", | ||
name: "Breadcrumb", | ||
src: "Breadcrumb.js" | ||
src: "Breadcrumb.tsx" | ||
}, | ||
{ | ||
name: "Crumb", | ||
src: "Crumb.js" | ||
src: "Crumb.tsx" | ||
} | ||
@@ -305,4 +305,4 @@ ], | ||
"@babel/runtime": "^7.14.8", | ||
"@westpac/core": "^3.0.0", | ||
"@westpac/icon": "^2.0.0", | ||
"@westpac/core": "^3.1.0", | ||
"@westpac/icon": "^2.0.1", | ||
"prop-types": "^15.7.2" | ||
@@ -450,3 +450,3 @@ }, | ||
var BreadcrumbContext = /*#__PURE__*/react.createContext(); | ||
var BreadcrumbContext = /*#__PURE__*/react.createContext(null); | ||
var useBreadcrumbContext = function useBreadcrumbContext() { | ||
@@ -453,0 +453,0 @@ var context = react.useContext(BreadcrumbContext); |
@@ -250,3 +250,3 @@ 'use strict'; | ||
name: "@westpac/breadcrumb", | ||
version: "2.0.0", | ||
version: "2.1.0", | ||
description: "Styled navigational links used to indicate the user’s location within a website application", | ||
@@ -261,7 +261,7 @@ homepage: "https://gel.westpacgroup.com.au/design-system", | ||
name: "Breadcrumb", | ||
src: "Breadcrumb.js" | ||
src: "Breadcrumb.tsx" | ||
}, | ||
{ | ||
name: "Crumb", | ||
src: "Crumb.js" | ||
src: "Crumb.tsx" | ||
} | ||
@@ -305,4 +305,4 @@ ], | ||
"@babel/runtime": "^7.14.8", | ||
"@westpac/core": "^3.0.0", | ||
"@westpac/icon": "^2.0.0", | ||
"@westpac/core": "^3.1.0", | ||
"@westpac/icon": "^2.0.1", | ||
"prop-types": "^15.7.2" | ||
@@ -450,3 +450,3 @@ }, | ||
var BreadcrumbContext = /*#__PURE__*/react.createContext(); | ||
var BreadcrumbContext = /*#__PURE__*/react.createContext(null); | ||
var useBreadcrumbContext = function useBreadcrumbContext() { | ||
@@ -453,0 +453,0 @@ var context = react.useContext(BreadcrumbContext); |
@@ -242,3 +242,3 @@ import _extends from '@babel/runtime/helpers/esm/extends'; | ||
name: "@westpac/breadcrumb", | ||
version: "2.0.0", | ||
version: "2.1.0", | ||
description: "Styled navigational links used to indicate the user’s location within a website application", | ||
@@ -253,7 +253,7 @@ homepage: "https://gel.westpacgroup.com.au/design-system", | ||
name: "Breadcrumb", | ||
src: "Breadcrumb.js" | ||
src: "Breadcrumb.tsx" | ||
}, | ||
{ | ||
name: "Crumb", | ||
src: "Crumb.js" | ||
src: "Crumb.tsx" | ||
} | ||
@@ -297,4 +297,4 @@ ], | ||
"@babel/runtime": "^7.14.8", | ||
"@westpac/core": "^3.0.0", | ||
"@westpac/icon": "^2.0.0", | ||
"@westpac/core": "^3.1.0", | ||
"@westpac/icon": "^2.0.1", | ||
"prop-types": "^15.7.2" | ||
@@ -442,3 +442,3 @@ }, | ||
var BreadcrumbContext = /*#__PURE__*/createContext(); | ||
var BreadcrumbContext = /*#__PURE__*/createContext(null); | ||
var useBreadcrumbContext = function useBreadcrumbContext() { | ||
@@ -445,0 +445,0 @@ var context = useContext(BreadcrumbContext); |
{ | ||
"name": "@westpac/breadcrumb", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Styled navigational links used to indicate the user’s location within a website application", | ||
@@ -13,7 +13,7 @@ "homepage": "https://gel.westpacgroup.com.au/design-system", | ||
"name": "Breadcrumb", | ||
"src": "Breadcrumb.js" | ||
"src": "Breadcrumb.tsx" | ||
}, | ||
{ | ||
"name": "Crumb", | ||
"src": "Crumb.js" | ||
"src": "Crumb.tsx" | ||
} | ||
@@ -57,4 +57,4 @@ ], | ||
"@babel/runtime": "^7.14.8", | ||
"@westpac/core": "^3.0.0", | ||
"@westpac/icon": "^2.0.0", | ||
"@westpac/core": "^3.1.0", | ||
"@westpac/icon": "^2.0.1", | ||
"prop-types": "^15.7.2" | ||
@@ -61,0 +61,0 @@ }, |
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
110688
34
2447
Updated@westpac/core@^3.1.0
Updated@westpac/icon@^2.0.1