Skip to content

Commit 0d472a9

Browse files
author
Graham Butler
committed
update handle positioning behavior
1 parent 642712a commit 0d472a9

File tree

12 files changed

+19
-27
lines changed

12 files changed

+19
-27
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-slider",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "author-slider custom element (web component).",
55
"main": "dist/author-slider.min.js",
66
"scripts": {

showroom/dist/css/main.css

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/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* author-slider-showroom v1.0.0 generated on Tue Aug 06 2019.
3-
* Built at 18:18:19 GMT-0700 (Pacific Daylight Time)
3+
* Built at 18:45:21 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.",references:{slider:"author-slider",handle:"author-slider-handle"},init:function(){var e=this.ref,o=e.slider;e.handle;window.slider=o.element,o.on("slide",function(e){console.log("SLIDE"),console.log("POSITION:",e.detail)}),o.on("change",function(e){console.log("CHANGE"),console.log("PREVIOUS:",e.detail.previous),console.log("NEW:",e.detail.position)})}});

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

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

showroom/dist/webcomponents/author-slider.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-slider.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)