@tds/core-decorative-icon
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/telusdigital/tds/compare/@tds/core-decorative-icon@1.1.0...@tds/core-decorative-icon@1.1.1) (2019-03-18) | ||
**Note:** Version bump only for package @tds/core-decorative-icon | ||
# [1.1.0](https://github.com/telusdigital/tds/compare/@tds/core-decorative-icon@1.0.2...@tds/core-decorative-icon@1.1.0) (2019-03-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@tds/core-decorative-icon", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An icon used for visual aesthetics only", | ||
@@ -31,5 +31,5 @@ "main": "index.cjs.js", | ||
"devDependencies": { | ||
"@tds/core-colours": "^1.1.0" | ||
"@tds/core-colours": "^1.1.1" | ||
}, | ||
"gitHead": "5beda031b1bf94978b753779d1ec631315440efe" | ||
"gitHead": "ea3b77783cdf105809f1982b93ee47b53ad130f9" | ||
} |
@@ -1092,3 +1092,7 @@ ### Naming Convention | ||
<FlexGrid.Col> | ||
<MapIcon /> | ||
{/** | ||
* This is a workaround for reserved names | ||
* that cannot be overridden in globalComponents.js | ||
*/ | ||
typeof MapIcon === 'undefined' ? <Map /> : <MapIcon />} | ||
</FlexGrid.Col> | ||
@@ -1170,3 +1174,3 @@ <FlexGrid.Col> | ||
<FlexGrid.Col> | ||
<ClipboardIcon /> | ||
{typeof ClipboardIcon === 'undefined' ? <Clipboard /> : <ClipboardIcon />} | ||
</FlexGrid.Col> | ||
@@ -1602,3 +1606,3 @@ <FlexGrid.Col> | ||
<FlexGrid.Col> | ||
<DocumentIcon /> | ||
{typeof DocumentIcon === 'undefined' ? <Document /> : <DocumentIcon />} | ||
</FlexGrid.Col> | ||
@@ -1605,0 +1609,0 @@ <FlexGrid.Col> |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1272534
0