Skip to content

Commit 5b05a40

Browse files
author
Graham Butler
committed
prevent icon doubling on element duplication
1 parent 98330de commit 5b05a40

File tree

12 files changed

+29
-17
lines changed

12 files changed

+29
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@author.io/element-icon",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "author-icon custom element (web component).",
55
"main": "dist/author-icon.min.js",
66
"scripts": {

showroom/dist/css/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showroom/dist/js/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* author-icon-showroom v1.0.0 generated on Thu Jul 25 2019.
3-
* Built at 21:51:29 GMT-0700 (Pacific Daylight Time)
2+
* author-icon-showroom v1.0.0 generated on Wed Aug 07 2019.
3+
* Built at 15:42:37 GMT-0700 (Pacific Daylight Time)
44
* Copyright (c) 2019 Author.io
55
*/
66
"use strict";var Demo=new NGNX.VIEW.Registry({selector:".demo",namespace:"demo.",init:function(){console.log("works")}});

showroom/dist/webcomponents/author-icon.es5.js

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showroom/dist/webcomponents/author-icon.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showroom/dist/webcomponents/author-icon.es5.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)