Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice committed Feb 9, 2020
1 parent 856e51f commit 60c2378
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/a11y-slider.cjs.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/a11y-slider.esm.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/a11y-slider.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export declare const a11yClick: (event: any) => boolean;
export declare const crossCustomEvent: (event: string, params: any) => CustomEvent<any>;
export declare const isInteger: (value: any) => boolean;
export declare const isObject: (value: any) => boolean;
export declare const everyElement: (elements: HTMLElement | HTMLCollectionOf<HTMLElement> | NodeList | HTMLElement[], callback?: ((element: HTMLElement) => void) | undefined) => void;
export declare const everyElement: (elements: HTMLElement | HTMLCollectionOf<HTMLElement> | HTMLCollection | NodeList | HTMLElement[], callback?: ((element: HTMLElement) => void) | undefined) => void;
/**
* Get computed width/height with subpixels
* https://github.com/Vestride/glen.codes/blob/master/src/posts/getting-element-width.md
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a11y-slider",
"version": "0.3.1",
"version": "0.3.2",
"description": "Library for accessible sliders",
"scripts": {
"dev": "npm run rollup:watch",
Expand Down

0 comments on commit 60c2378

Please sign in to comment.