Skip to content

Commit

Permalink
refactor(review): changes for PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jun 18, 2024
1 parent ec7d241 commit 5a1bf93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions apiExamples/visualState.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<auro-icon category="logos" name="tail-AS"></auro-icon> default<br />

<auro-icon category="interface" name="pin-trip"></auro-icon> default<br />
<auro-icon category="interface" name="pin-trip" accent></auro-icon> accent<br />
<auro-icon category="interface" name="pin-trip" disabled></auro-icon> disabled<br />
Expand Down
2 changes: 0 additions & 2 deletions demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ Mono-color icons support the following attributes to illustrate visual state. Th
<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/visualState.html) -->
<!-- The below content is automatically added from ./../../apiExamples/visualState.html -->
<auro-icon category="logos" name="tail-AS"></auro-icon> default<br />
<auro-icon category="interface" name="pin-trip"></auro-icon> default<br />
<auro-icon category="interface" name="pin-trip" accent></auro-icon> accent<br />
<auro-icon category="interface" name="pin-trip" disabled></auro-icon> disabled<br />
Expand All @@ -121,7 +120,6 @@ Mono-color icons support the following attributes to illustrate visual state. Th
<!-- The below code snippet is automatically added from ./../../apiExamples/visualState.html -->

```html
<auro-icon category="logos" name="tail-AS"></auro-icon> default<br />
<auro-icon category="interface" name="pin-trip"></auro-icon> default<br />
<auro-icon category="interface" name="pin-trip" accent></auro-icon> accent<br />
<auro-icon category="interface" name="pin-trip" disabled></auro-icon> disabled<br />
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { AuroIcon } from './src/auro-icon.js';
* @returns {void}
*/
const registerComponent = (name = 'custom-icon') => {
console.warn('registerComponent', name);
// alias definition
if (!customElements.get(name)) {
console.warn('custom name not yet defined');
Expand Down

0 comments on commit 5a1bf93

Please sign in to comment.