@storefront-ui/shared
Advanced tools
Comparing version 0.7.7 to 0.7.8
@@ -6,2 +6,13 @@ # Change Log | ||
## [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) | ||
### Features | ||
* support fot SSR in SfPagination ([#1151](https://github.com/DivanteLtd/storefront-ui/issues/1151)) ([0b3e93a](https://github.com/DivanteLtd/storefront-ui/commit/0b3e93af85c9eea275523d9b868bb5119d0548eb)) | ||
## [0.7.7](https://github.com/DivanteLtd/storefront-ui/compare/@storefront-ui/shared@0.7.6...@storefront-ui/shared@0.7.7) (2020-05-05) | ||
@@ -8,0 +19,0 @@ |
@@ -34,13 +34,13 @@ export const icons = { | ||
arrow_left: { | ||
viewBox: "0 0 24 12", | ||
viewBox: "0 0 32 32", | ||
paths: [ | ||
"M24 7L2 7L2 5L24 5L24 7Z", | ||
"M6.61667 1.20934e-07L8 1.25423L2.76478 6L8 10.7458L6.61667 12L-5.24538e-07 5.99998L6.61667 1.20934e-07Z" | ||
"M24.727 14.796h-16v1.409h16v-1.41z", | ||
"M12.085 19.727l1.006-.884L9.283 15.5l3.808-3.344-1.006-.883L7.273 15.5l4.812 4.227z" | ||
] | ||
}, | ||
arrow_right: { | ||
viewBox: "0 0 24 12", | ||
viewBox: "0 0 32 32", | ||
paths: [ | ||
"M0 5H22V7H0V5Z", | ||
"M17.3833 12L16 10.7458L21.2352 6L16 1.25423L17.3833 0L24 6.00002L17.3833 12Z" | ||
"M7.272 16.727h16v-1.454h-16v1.454z", | ||
"M19.915 11.636l-1.006.912L22.717 16l-3.808 3.451 1.006.912L24.727 16l-4.812-4.364z" | ||
] | ||
@@ -47,0 +47,0 @@ }, |
{ | ||
"name": "@storefront-ui/shared", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "ef844b5a68ed826dca7735efd2e823ec4ae6b314" | ||
"gitHead": "57089cdec7893020b4f5c3c3e180a3374f59516e" | ||
} |
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
242603