Socket
Socket
Sign inDemoInstall

ak-layer

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ak-layer - npm Package Compare versions

Comparing version 56.3.1 to 56.4.0

20

CHANGELOG.md

@@ -1,6 +0,11 @@

<a name="56.3.0"></a>
# 56.3.0 (2016-07-22)
<a name="56.3.1"></a>
## 56.3.1 (2016-07-25)
<a name="ak-layer@56.3.1"></a>
## ak-layer@56.3.1 (2016-07-22)
<a name="ak-layer@56.2.0"></a>

@@ -40,13 +45,2 @@ # ak-layer@56.2.0 (2016-07-22)

### Bug Fixes
* **sizes:** there are only 5 sizes ([ed9d5dc](https://bitbucket.org/atlassian/atlaskit/commits/ed9d5dc))
* remove string attr from target ([26ed13d](https://bitbucket.org/atlassian/atlaskit/commits/26ed13d))
### Features
* "doNotMoveInDOM" property (tether fork) ([6405bdc](https://bitbucket.org/atlassian/atlaskit/commits/6405bdc))

@@ -138,2 +138,9 @@ !function(root, factory) {

},
observedAttributes: [ "class" ],
attributeChanged: function(elem, data) {
if (elem.alignment && data.newValue) {
var newPosition = elem.alignment.getPositionFromClasses(data.newValue);
newPosition && newPosition !== elem.actualPosition && (elem.actualPosition = newPosition);
}
},
attached: function(elem) {

@@ -140,0 +147,0 @@ elem.alignment ? (elem.alignment.enable(), elem.alignment.update(elem)) : elem.alignment = new _akutilCommon.Alignment(elem);

@@ -1,1 +0,1 @@

!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("skatejs"),require("akutil-common")):"function"==typeof define&&define.amd?define(["skatejs","akutil-common"],e):"object"==typeof exports?exports.akLayer=e(require("skatejs"),require("akutil-common")):t.akLayer=e(t.skatejs,t["akutil-common"])}(this,function(t,e){return function(t){function e(o){if(n[o])return n[o].exports;var i=n[o]={exports:{},id:o,loaded:!1};return t[o].call(i.exports,i,i.exports,e),i.loaded=!0,i.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.CONSTRAIN_ATTRIBUTE_ENUM=e.POSITION_ATTRIBUTE_ENUM=void 0;var o=n(1),i=n(2),r=e.POSITION_ATTRIBUTE_ENUM={attribute:"position",values:["top left","top center","top right","right top","right middle","right bottom","bottom left","bottom center","bottom right","left top","left middle","left bottom"],missingDefault:"right middle",invalidDefault:"right middle"},a=e.CONSTRAIN_ATTRIBUTE_ENUM={attribute:"constrain",values:["window","scrollParent"],missingDefault:"window",invalidDefault:"window"},l={props:{position:(0,i.enumeration)(r)({attribute:!0}),constrain:(0,i.enumeration)(a)({attribute:!0}),target:{attribute:!0},onRender:{}},attached:function(t){t.alignment?(t.alignment.enable(),t.alignment.update(t)):t.alignment=new i.Alignment(t)},detached:function(t){t.alignment&&t.alignment.destroy()},render:function(t){return t.alignment&&t.alignment.update(t),t.onRender&&t.onRender(t),o.vdom.elementVoid("slot")}};e["default"]=(0,o.define)("ak-layer",l)},function(e,n){e.exports=t},function(t,n){t.exports=e}])});
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("skatejs"),require("akutil-common")):"function"==typeof define&&define.amd?define(["skatejs","akutil-common"],e):"object"==typeof exports?exports.akLayer=e(require("skatejs"),require("akutil-common")):t.akLayer=e(t.skatejs,t["akutil-common"])}(this,function(t,e){return function(t){function e(o){if(n[o])return n[o].exports;var i=n[o]={exports:{},id:o,loaded:!1};return t[o].call(i.exports,i,i.exports,e),i.loaded=!0,i.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.CONSTRAIN_ATTRIBUTE_ENUM=e.POSITION_ATTRIBUTE_ENUM=void 0;var o=n(1),i=n(2),r=e.POSITION_ATTRIBUTE_ENUM={attribute:"position",values:["top left","top center","top right","right top","right middle","right bottom","bottom left","bottom center","bottom right","left top","left middle","left bottom"],missingDefault:"right middle",invalidDefault:"right middle"},a=e.CONSTRAIN_ATTRIBUTE_ENUM={attribute:"constrain",values:["window","scrollParent"],missingDefault:"window",invalidDefault:"window"},l={props:{position:(0,i.enumeration)(r)({attribute:!0}),constrain:(0,i.enumeration)(a)({attribute:!0}),target:{attribute:!0},onRender:{}},observedAttributes:["class"],attributeChanged:function(t,e){if(t.alignment&&e.newValue){var n=t.alignment.getPositionFromClasses(e.newValue);n&&n!==t.actualPosition&&(t.actualPosition=n)}},attached:function(t){t.alignment?(t.alignment.enable(),t.alignment.update(t)):t.alignment=new i.Alignment(t)},detached:function(t){t.alignment&&t.alignment.destroy()},render:function(t){return t.alignment&&t.alignment.update(t),t.onRender&&t.onRender(t),o.vdom.elementVoid("slot")}};e["default"]=(0,o.define)("ak-layer",l)},function(e,n){e.exports=t},function(t,n){t.exports=e}])});
{
"name": "ak-layer",
"version": "56.3.1",
"version": "56.4.0",
"description": "A layer component",

@@ -18,3 +18,3 @@ "main": "dist/bundle.js",

"akutil-common": "^0.1.0",
"akutil-shared-styles": "*",
"akutil-shared-styles": "^33.0.2",
"skatejs": "v1.0.0-beta.12"

@@ -21,0 +21,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc