New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tradeshift/elements.cover

Package Overview
Dependencies
Maintainers
7
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tradeshift/elements.cover - npm Package Compare versions

Comparing version 0.18.1 to 0.18.2

2

lib/cover.umd.js

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

!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@tradeshift/elements")):"function"==typeof define&&define.amd?define(["exports","@tradeshift/elements"],e):e(((t=t||self).ts=t.ts||{},t.ts.elements=t.ts.elements||{},t.ts.elements.cover=t.ts.elements.cover||{}),t.ts.elements)}(this,(function(t,e){"use strict";function i(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function n(){var t,e,i=(t=['\n\t\t\t<div class="cover ','"></div>\n\t\t'],e||(e=t.slice(0)),t.raw=e,t);return n=function(){return i},i}var o=function(t){var o,r,s,a,l;function v(){var e=t.call(this)||this;return e.visible=!1,e}return r=t,(o=v).prototype=Object.create(r.prototype),o.prototype.constructor=o,o.__proto__=r,s=v,l=[{key:"styles",get:function(){return[e.TSElement.styles,e.unsafeCSS(".cover{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;visibility:hidden;background-color:#0f151a;background-color:var(--ts-color-black);z-index:10000;z-index:var(--ts-zindex-max)}.ts-fadeIn{visibility:visible;opacity:.8;transition:visibility .1s linear .1s,opacity .2s;transition:visibility var(--ts-transition-now) linear var(--ts-transition-now),opacity var(--ts-transition-fast)}.ts-fadeOut{visibility:hidden;opacity:0;transition:visibility .1s linear .2s,opacity .2s;transition:visibility var(--ts-transition-now) linear var(--ts-transition-fast),opacity var(--ts-transition-fast)}:host(.ts-aside-cover)>div{pointer-events:auto;z-index:1999;z-index:var(--ts-zindex-aside-cover)}:host(.ts-dialog-cover)>div{pointer-events:auto;z-index:2999;z-index:var(--ts-zindex-dialog-cover)}:host(.ts-spin-cover)>div{pointer-events:auto;z-index:3999;z-index:var(--ts-zindex-spin-cover)}:host(.ts-modal-cover)>div{pointer-events:auto;z-index:1499;z-index:var(--ts-zindex-modal-cover)}")]}},{key:"properties",get:function(){return{visible:{type:Boolean,attribute:"data-visible",reflect:!0}}}}],(a=null)&&i(s.prototype,a),l&&i(s,l),v.prototype.render=function(){return e.html(n(),this.visible?"ts-fadeIn":"ts-fadeOut")},v}(e.TSElement);e.customElementDefineHelper("ts-cover",o),t.TSCover=o,Object.defineProperty(t,"__esModule",{value:!0})}));
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@tradeshift/elements")):"function"==typeof define&&define.amd?define(["exports","@tradeshift/elements"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).ts=e.ts||{},e.ts.elements=e.ts.elements||{},e.ts.elements.cover=e.ts.elements.cover||{}),e.ts.elements)}(this,(function(e,t){"use strict";function i(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function n(){var e,t,i=(e=['\n\t\t\t<div class="cover ','"></div>\n\t\t'],t||(t=e.slice(0)),e.raw=t,e);return n=function(){return i},i}var o=function(e){var o,s,r,a,l;function v(){var t=e.call(this)||this;return t.visible=!1,t}return s=e,(o=v).prototype=Object.create(s.prototype),o.prototype.constructor=o,o.__proto__=s,r=v,l=[{key:"styles",get:function(){return[t.TSElement.styles,t.unsafeCSS(".cover{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;visibility:hidden;background-color:#0f151a;background-color:var(--ts-color-black);z-index:10000;z-index:var(--ts-zindex-max)}.ts-fadeIn{visibility:visible;opacity:.8;transition:visibility .1s linear .1s,opacity .2s;transition:visibility var(--ts-transition-now) linear var(--ts-transition-now),opacity var(--ts-transition-fast)}.ts-fadeOut{visibility:hidden;opacity:0;transition:visibility .1s linear .2s,opacity .2s;transition:visibility var(--ts-transition-now) linear var(--ts-transition-fast),opacity var(--ts-transition-fast)}:host(.ts-aside-cover)>div{pointer-events:auto;z-index:1999;z-index:var(--ts-zindex-aside-cover)}:host(.ts-dialog-cover)>div{pointer-events:auto;z-index:2999;z-index:var(--ts-zindex-dialog-cover)}:host(.ts-spin-cover)>div{pointer-events:auto;z-index:3999;z-index:var(--ts-zindex-spin-cover)}:host(.ts-modal-cover)>div{pointer-events:auto;z-index:1499;z-index:var(--ts-zindex-modal-cover)}")]}},{key:"properties",get:function(){return{visible:{type:Boolean,attribute:"data-visible",reflect:!0}}}}],(a=null)&&i(r.prototype,a),l&&i(r,l),v.prototype.render=function(){return t.html(n(),this.visible?"ts-fadeIn":"ts-fadeOut")},v}(t.TSElement);t.customElementDefineHelper("ts-cover",o),e.TSCover=o,Object.defineProperty(e,"__esModule",{value:!0})}));
{
"name": "@tradeshift/elements.cover",
"version": "0.18.1",
"version": "0.18.2",
"src": "src/cover.js",

@@ -14,3 +14,3 @@ "main": "lib/cover.umd.js",

"dependencies": {
"@tradeshift/elements": "^0.18.1"
"@tradeshift/elements": "^0.18.2"
},

@@ -22,3 +22,3 @@ "repository": {

},
"gitHead": "7e01c1ecc90deaa3cf90e05f4bec7af20c937ae1"
"gitHead": "c4e4b36394bb982cb9470e94760a1ac8fb699948"
}

Sorry, the diff of this file is not supported yet

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