Skip to content

Commit

Permalink
native class name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed May 8, 2018
1 parent 25219f4 commit c1b7b67
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bundle/easydropdown.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/easydropdown.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demos/easydropdown.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demos/easydropdown.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easydropdown",
"version": "4.0.1",
"version": "4.0.2",
"description": "A lightweight library for building beautiful styleable select elements",
"author": "KunkaLabs Limited",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/Config/ClassNames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ClassNames implements IClassNames {
public rootInvalid: string = 'edd-root-invalid';
public rootFocused: string = 'edd-root-focused';
public rootHasValue: string = 'edd-root-has-value';
public rootNative: string = 'edd-native';
public rootNative: string = 'edd-root-native';
public gradientTop: string = 'edd-gradient-top';
public gradientBottom: string = 'edd-gradient-bottom';
public head: string = 'edd-head';
Expand Down

0 comments on commit c1b7b67

Please sign in to comment.