@forter/icon
Advanced tools
Comparing version 4.1.3 to 4.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.2.0](https://github.com/forter/web-components/compare/@forter/icon@4.1.3...@forter/icon@4.2.0) (2020-01-06) | ||
### Features | ||
* **pagination:** added pagination ([75c1ca4](https://github.com/forter/web-components/commit/75c1ca4)) | ||
## [4.1.3](https://github.com/forter/web-components/compare/@forter/icon@4.1.2...@forter/icon@4.1.3) (2019-12-31) | ||
@@ -8,0 +19,0 @@ |
@@ -26,2 +26,5 @@ export { DEFAULT_ICON, cache, instances, registerIconCache } from './cache.js'; | ||
export { default as right } from './icons/right.svg.js'; | ||
export { default as left } from './icons/left.svg.js'; | ||
export { default as chevronDoubleRight } from './icons/chevron-double-right.svg.js'; | ||
export { default as chevronDoubleLeft } from './icons/chevron-double-left.svg.js'; | ||
export { default as search } from './icons/search.svg.js'; | ||
@@ -28,0 +31,0 @@ export { default as skip } from './icons/skip.svg.js'; |
{ | ||
"name": "@forter/icon", | ||
"version": "4.1.3", | ||
"version": "4.2.0", | ||
"description": "Icon Component from Forter Components", | ||
@@ -52,3 +52,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "090c2e012f543b9b28ffca84ddec45f7d5deb278" | ||
"gitHead": "dad5a4fc280e6e24064360929c3a001618226d54" | ||
} |
@@ -24,2 +24,5 @@ export { default as addNoCircle } from './add-no-circle.svg.js'; | ||
export { default as right } from './right.svg.js'; | ||
export { default as left } from './left.svg.js'; | ||
export { default as chevronDoubleRight } from './chevron-double-right.svg.js'; | ||
export { default as chevronDoubleLeft } from './chevron-double-left.svg.js'; | ||
export { default as search } from './search.svg.js'; | ||
@@ -26,0 +29,0 @@ export { default as skip } from './skip.svg.js'; |
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
331584
198
2845