Skip to content

Commit

Permalink
remove default open state styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Butler committed Apr 15, 2019
1 parent bda5a1c commit 4fc6693
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@author.io/element-datalist",
"version": "1.0.10",
"version": "1.0.11",
"description": "author-datalist custom element (web component).",
"main": "dist/author-datalist.min.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions showroom/dist/css/main.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions showroom/dist/js/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* author-datalist-showroom v1.0.0 generated on Fri Apr 12 2019.
* Built at 18:08:03 GMT-0700 (Pacific Daylight Time)
* author-datalist-showroom v1.0.0 generated on Mon Apr 15 2019.
* Built at 13:32:08 GMT-0700 (Pacific Daylight Time)
* Copyright (c) 2019 Author.io
*/
"use strict";var Demo=new NGNX.VIEW.Registry({selector:".demo",namespace:"demo.",references:{datalist:".demo .default"},init:function(){window.datalist=this.ref.datalist.element.input,window.datalist.on("blur",function(e){console.log("heyyy")})}});
6 changes: 3 additions & 3 deletions showroom/dist/webcomponents/author-datalist.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion showroom/dist/webcomponents/author-datalist.es5.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4fc6693

Please sign in to comment.