@forter/icon
Advanced tools
Comparing version 18.1.0 to 18.2.3
@@ -6,2 +6,6 @@ # Change Log | ||
## [18.2.3](https://github.com/forter/design-system/compare/v18.2.2...v18.2.3) (2025-01-29) | ||
**Note:** Version bump only for package @forter/icon | ||
# [18.1.0](https://github.com/forter/design-system/compare/v18.0.9...v18.1.0) (2025-01-21) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@forter/icon", | ||
"version": "18.1.0", | ||
"version": "18.2.3", | ||
"description": "fc-icon from Forter Components", | ||
@@ -21,3 +21,3 @@ "main": "dist/bundle.js", | ||
}, | ||
"gitHead": "fde0825c1783bb1972f040e7c8e7dda374d7898e" | ||
"gitHead": "4f3dbce3d7660a2fe598df18b7d97571205cec6f" | ||
} |
@@ -9,19 +9,2 @@ import { html, LitElement } from 'lit'; | ||
/** | ||
* An element by Forter | ||
* <!-- Author: Marissa Tanya Libatter <tanya.libatter@forter.com> --> | ||
* | ||
* ## Usage | ||
* | ||
* ```html | ||
* <script> | ||
* import '@forter/fc-icon'; | ||
* </script> | ||
* | ||
* <fc-icon> | ||
* </fc-icon> | ||
* ``` | ||
* | ||
* @element fc-icon | ||
*/ | ||
@customElement('fc-icon') | ||
@@ -28,0 +11,0 @@ export class Icon extends LitElement { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
643492
3701