@forter/icon
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -471,1 +471,2 @@ function _getPrototypeOf(o) { | ||
export { _arrayWithHoles as arrayWithHoles, _decorate as decorate, _get as get, _getPrototypeOf as getPrototypeOf, _iterableToArray as iterableToArray, _nonIterableRest as nonIterableRest, _superPropBase as superPropBase, _toArray as toArray, _toPrimitive as toPrimitive, _toPropertyKey as toPropertyKey }; | ||
//# sourceMappingURL=_rollupPluginBabelHelpers.js.map |
@@ -44,1 +44,2 @@ /** @typedef {import('lit-html').SVGTemplateResult} Icon */ | ||
export { cache, instances, registerIconCache }; | ||
//# sourceMappingURL=cache.js.map |
@@ -6,2 +6,50 @@ # Change Log | ||
## 2.0.1 (2019-07-11) | ||
### Bug Fixes | ||
* **button:** simplifies fc-button ([298d89d](https://github.com/forter/web-components/commit/298d89d)) | ||
* **icon:** add size property ([8c40f21](https://github.com/forter/web-components/commit/8c40f21)) | ||
* **icon:** elaborate on the cache update mechanism ([41d0a23](https://github.com/forter/web-components/commit/41d0a23)) | ||
* **icon:** fix for icon build ([2841c6a](https://github.com/forter/web-components/commit/2841c6a)) | ||
* **icon:** fix icon svg ([734b028](https://github.com/forter/web-components/commit/734b028)) | ||
* **icon:** fix regression in icon[hoverable] ([e33e42f](https://github.com/forter/web-components/commit/e33e42f)) | ||
* **icon:** fix tooltip logic ([a70d3d6](https://github.com/forter/web-components/commit/a70d3d6)) | ||
* **icon:** fixes conditional templates in icon ([c79623e](https://github.com/forter/web-components/commit/c79623e)) | ||
* **icon:** fixes getCacheKey ([c11bc16](https://github.com/forter/web-components/commit/c11bc16)) | ||
* **icon:** fixes missing mixin in icon ([58f9d3b](https://github.com/forter/web-components/commit/58f9d3b)) | ||
* **icon:** original-fill attribute reflects ([6f355c9](https://github.com/forter/web-components/commit/6f355c9)) | ||
* **icon:** remove broken duplicate CSS selector ([6531b30](https://github.com/forter/web-components/commit/6531b30)) | ||
* add missing lit deps to packages ([e1ce672](https://github.com/forter/web-components/commit/e1ce672)) | ||
* align sibling versions ([84e4f9a](https://github.com/forter/web-components/commit/84e4f9a)) | ||
* change scope to forter ([299eaa1](https://github.com/forter/web-components/commit/299eaa1)) | ||
* sync versions ([922162e](https://github.com/forter/web-components/commit/922162e)) | ||
* update dependencies ([2040402](https://github.com/forter/web-components/commit/2040402)) | ||
* **icon:** use dynamic import and lit-html svg tag ([f275024](https://github.com/forter/web-components/commit/f275024)) | ||
### Features | ||
* publish sourcemaps ([d68dc11](https://github.com/forter/web-components/commit/d68dc11)) | ||
* **dropdown:** implement select item ([6df61a5](https://github.com/forter/web-components/commit/6df61a5)) | ||
* **icon:** add (stub) feather icon set ([bca3567](https://github.com/forter/web-components/commit/bca3567)) | ||
* **icon:** add arrow-down icon ([62b0e7e](https://github.com/forter/web-components/commit/62b0e7e)) | ||
* **icon:** add icon cache property with dynamic defaults ([74b758e](https://github.com/forter/web-components/commit/74b758e)) | ||
* **icon:** add star icon ([1241bd0](https://github.com/forter/web-components/commit/1241bd0)) | ||
* **icon:** make hasTooltipContent read only ([ac6a8cb](https://github.com/forter/web-components/commit/ac6a8cb)) | ||
* add built packages for dist ([ea4a920](https://github.com/forter/web-components/commit/ea4a920)) | ||
* add storybook ([dac303e](https://github.com/forter/web-components/commit/dac303e)) | ||
* **icon:** add icon package ([babb54a](https://github.com/forter/web-components/commit/babb54a)) | ||
### BREAKING CHANGES | ||
* **icon:** remove width and height properties | ||
* moves css to \`.css.js\` | ||
# 2.0.0 (2019-07-11) | ||
@@ -8,0 +56,0 @@ |
@@ -30,1 +30,2 @@ import { unsafeCSS } from 'lit-element'; | ||
export { FcIconSizeStyle }; | ||
//# sourceMappingURL=fc-icon-size-style.css.js.map |
@@ -33,1 +33,2 @@ import { css } from 'lit-element'; | ||
export default style; | ||
//# sourceMappingURL=fc-icon.css.map |
@@ -5,1 +5,2 @@ import { register } from '@forter/helpers/functions/register'; | ||
register(FcIcon); | ||
//# sourceMappingURL=fc-icon.js.map |
@@ -357,1 +357,2 @@ import { decorate as _decorate, get as _get, getPrototypeOf as _getPrototypeOf } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
export { FcIcon }; | ||
//# sourceMappingURL=FcIcon.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default addNoCircle_svg; | ||
//# sourceMappingURL=add-no-circle.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default addUser_svg; | ||
//# sourceMappingURL=add-user.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default add_svg; | ||
//# sourceMappingURL=add.svg.js.map |
@@ -11,1 +11,2 @@ import { svg } from 'lit-html'; | ||
export default admin_svg; | ||
//# sourceMappingURL=admin.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default arrowDown_svg; | ||
//# sourceMappingURL=arrow-down.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default back_svg; | ||
//# sourceMappingURL=back.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default chat_svg; | ||
//# sourceMappingURL=chat.svg.js.map |
@@ -11,1 +11,2 @@ import { svg } from 'lit-html'; | ||
export default copy_svg; | ||
//# sourceMappingURL=copy.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default delete_svg; | ||
//# sourceMappingURL=delete.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default doc_svg; | ||
//# sourceMappingURL=doc.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default done_svg; | ||
//# sourceMappingURL=done.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default edit_svg; | ||
//# sourceMappingURL=edit.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default f2f_svg; | ||
//# sourceMappingURL=f2f.svg.js.map |
@@ -12,1 +12,2 @@ import { svg } from 'lit-html'; | ||
export default monitor_svg; | ||
//# sourceMappingURL=monitor.svg.js.map |
@@ -13,1 +13,2 @@ import { svg } from 'lit-html'; | ||
export default FALLBACK_ICON; | ||
//# sourceMappingURL=forter.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default group_svg; | ||
//# sourceMappingURL=group.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default microphone_svg; | ||
//# sourceMappingURL=microphone.svg.js.map |
@@ -11,1 +11,2 @@ import { svg } from 'lit-html'; | ||
export default newTab_svg; | ||
//# sourceMappingURL=new-tab.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default next_svg; | ||
//# sourceMappingURL=next.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default pre_svg; | ||
//# sourceMappingURL=pre.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default qa_svg; | ||
//# sourceMappingURL=qa.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default removeUser_svg; | ||
//# sourceMappingURL=remove-user.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default review_svg; | ||
//# sourceMappingURL=review.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default right_svg; | ||
//# sourceMappingURL=right.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default search_svg; | ||
//# sourceMappingURL=search.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default skip_svg; | ||
//# sourceMappingURL=skip.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default starFalse_svg; | ||
//# sourceMappingURL=star-false.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default starTrue_svg; | ||
//# sourceMappingURL=star-true.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default study_svg; | ||
//# sourceMappingURL=study.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default user_svg; | ||
//# sourceMappingURL=user.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default vid_svg; | ||
//# sourceMappingURL=vid.svg.js.map |
@@ -10,1 +10,2 @@ import { svg } from 'lit-html'; | ||
export default viewInSinglePage_svg; | ||
//# sourceMappingURL=view-in-single-page.svg.js.map |
@@ -35,1 +35,2 @@ export { cache, instances, registerIconCache } from './cache.js'; | ||
export { default as featherMonitor } from './icons/feather/monitor.svg.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@forter/icon", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Icon Component from Forter Components", | ||
@@ -44,5 +44,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@forter/directives": "^1.0.1-beta.0", | ||
"@forter/helpers": "^1.0.1-beta.0", | ||
"@forter/styles": "^1.0.1-beta.0", | ||
"@forter/directives": "^2.0.1", | ||
"@forter/helpers": "^2.0.1", | ||
"crocks": "^0.11.1", | ||
@@ -52,3 +51,3 @@ "lit-element": "^2.1.0", | ||
}, | ||
"gitHead": "6335c4c0078c6009210ef401a094fd5bbea3c967" | ||
"gitHead": "baa864219456b6d832923e4779b36543c4fa78a2" | ||
} |
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
157190
5
129
1858
+ Added@forter/directives@2.0.2(transitive)
+ Added@forter/helpers@2.1.0(transitive)
- Removed@forter/styles@^1.0.1-beta.0
- Removed@forter/directives@1.0.1-beta.262(transitive)
- Removed@forter/helpers@1.0.1-beta.332(transitive)
- Removed@forter/styles@1.0.1-beta.337(transitive)
- Removedbound-decorator@1.1.1(transitive)
Updated@forter/directives@^2.0.1
Updated@forter/helpers@^2.0.1