@storefront-ui/shared
Advanced tools
Comparing version 0.7.8 to 0.7.9
@@ -6,2 +6,20 @@ # Change Log | ||
## [0.7.9](https://github.com/DivanteLtd/storefront-ui/compare/@storefront-ui/shared@0.7.8...@storefront-ui/shared@0.7.9) (2020-05-08) | ||
### Bug Fixes | ||
* button add to card on SfProductCard ([#1162](https://github.com/DivanteLtd/storefront-ui/issues/1162)) ([710aa95](https://github.com/DivanteLtd/storefront-ui/commit/710aa95a809992c3ef40685afa1d2bf2fd697b9c)) | ||
* specificity for cancel button in SfDropdown ([#1168](https://github.com/DivanteLtd/storefront-ui/issues/1168)) ([d5e9655](https://github.com/DivanteLtd/storefront-ui/commit/d5e965557f7112d18d1686b5be182a353701f903)) | ||
* ssr and specificity in SfHeader ([#1166](https://github.com/DivanteLtd/storefront-ui/issues/1166)) ([c3da59c](https://github.com/DivanteLtd/storefront-ui/commit/c3da59c68655f643180410f88737c5b328970c8a)) | ||
### Features | ||
* mobile navigation for short categories in SfHeader ([#1137](https://github.com/DivanteLtd/storefront-ui/issues/1137)) ([428bf8b](https://github.com/DivanteLtd/storefront-ui/commit/428bf8b93ea1fc7f9692923b8da92fb66b6afd35)) | ||
## [0.7.8](https://github.com/DivanteLtd/storefront-ui/compare/@storefront-ui/shared@0.7.7...@storefront-ui/shared@0.7.8) (2020-05-06) | ||
@@ -8,0 +26,0 @@ |
@@ -256,4 +256,10 @@ export const icons = { | ||
] | ||
}, | ||
account: { | ||
viewBox: "0 0 24 24", | ||
paths: [ | ||
"M12.014 2c3.413 0 6.19 2.645 6.19 5.895 0 2.204-1.273 4.132-3.124 5.125 3.76 1.157 6.537 4.297 6.884 8.209.116.991-1.851 1.047-1.909.11-.405-3.912-3.934-6.887-8.041-6.887-4.166 0-7.637 2.975-8.042 6.887-.116.937-2.083.881-1.967-.11.405-3.857 3.182-7.052 6.884-8.21-1.852-.99-3.124-2.92-3.124-5.124C5.765 4.645 8.6 2 12.014 2zm0 1.873c-2.372 0-4.282 1.818-4.282 4.022 0 2.259 1.91 4.078 4.282 4.078 2.314 0 4.222-1.818 4.222-4.078 0-2.204-1.909-4.022-4.223-4.022z" | ||
] | ||
} | ||
}; | ||
export default icons; |
{ | ||
"name": "@storefront-ui/shared", | ||
"version": "0.7.8", | ||
"version": "0.7.9", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "57089cdec7893020b4f5c3c3e180a3374f59516e" | ||
"gitHead": "da50195f7be848648161b4c9a04884f6d443be3b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
246062
454