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

@tradeshift/elements.checkbox

Package Overview
Dependencies
Maintainers
8
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tradeshift/elements.checkbox - npm Package Compare versions

Comparing version 0.27.6 to 0.28.0

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

# [0.28.0](https://github.com/Tradeshift/elements/compare/v0.27.6...v0.28.0) (2021-09-10)
**Note:** Version bump only for package @tradeshift/elements.checkbox
## [0.27.6](https://github.com/Tradeshift/elements/compare/v0.27.5...v0.27.6) (2021-08-10)

@@ -7,0 +11,0 @@

2

lib/checkbox.esm.js

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

import{customElementDefineHelper as e,html as t,TSElement as o,unsafeCSS as r}from"@tradeshift/elements";function c(e,t){for(var o=0;o<t.length;o++){var r=t[o];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function n(e,t){return(n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function a(e,t){return t||(t=e.slice(0)),e.raw=t,e}var i,d,s=function(e){var s,l;function b(){var t=e.call(this)||this;return t.name="",t}l=e,(s=b).prototype=Object.create(l.prototype),s.prototype.constructor=s,n(s,l);var h,u,x,f=b.prototype;return f.onClick=function(){this.disabled||this.readonly||(this.checked=!this.checked)},f.render=function(){return t(i||(i=a(['\n\t\t\t<div dir="','" class="checkbox-container ','" @click="','">\n\t\t\t\t<input\n\t\t\t\t\ttype="checkbox"\n\t\t\t\t\t.name="','"\n\t\t\t\t\t.value="','"\n\t\t\t\t\t?checked="','"\n\t\t\t\t\t?disabled="','"\n\t\t\t\t/>\n\t\t\t\t<div class="checkbox"></div>\n\t\t\t\t',"\n\t\t\t</div>\n\t\t"])),this.dir,this.disabled?"disabled":"",this.onClick,this.name,this.value,this.checked,this.disabled||this.readonly,this.label?this.label:t(d||(d=a(["\n\t\t\t\t\t\t\t\x3c!-- To customized checkbox label (links, ...). Remember you need to remove 'data-label' attribute. --\x3e\n\t\t\t\t\t\t\t<slot></slot>\n\t\t\t\t\t "]))))},h=b,x=[{key:"styles",get:function(){return[o.styles,r('.checkbox-container{display:flex;padding:10px;padding:var(--ts-unit-half);cursor:pointer;font-size:14px;font-size:var(--ts-fontsize);border-radius:3px;border-radius:var(--ts-radius);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-container:hover:not(.disabled){box-shadow:inset 0 0 0 1px #ade5ff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-hover)}.checkbox-container[focus-within]{box-shadow:inset 0 0 0 1px #00aeff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-focus)}.checkbox-container:focus-within{box-shadow:inset 0 0 0 1px #00aeff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-focus)}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-container .checkbox{border:1px solid #cbd7dc;border:var(--ts-border);border-radius:3px;border-radius:var(--ts-radius);flex:0 0 20px;flex:0 0 var(--ts-unit);height:20px;height:var(--ts-unit);margin-right:10px;margin-right:var(--ts-unit-half);position:relative;width:20px;width:var(--ts-unit)}.checkbox-container .checkbox:after{content:"";position:absolute;display:none;left:5px;left:var(--ts-unit-quarter);top:1px;width:5px;width:var(--ts-unit-quarter);height:10px;height:var(--ts-unit-half);border:solid #fff;border:solid var(--ts-color-white);border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.checkbox-container input:checked~.checkbox{background-color:#00aeff;background-color:var(--ts-color-blue);border-color:#00aeff;border-color:var(--ts-color-blue)}.checkbox-container input:checked~.checkbox:after{display:block}:host([disabled]) .checkbox-container{color:#e6ecef;color:var(--ts-disabled-background-color);cursor:not-allowed}:host([disabled]) .checkbox-container:hover .checkbox{background-color:transparent}:host([disabled]) .checkbox-container .checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([disabled]) .checkbox-container input:checked~.checkbox{background-color:#e6ecef;background-color:var(--ts-disabled-background-color);border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([readonly]) .checkbox-container{cursor:not-allowed}:host([readonly]) .checkbox-container:hover{box-shadow:none}:host([readonly]) .checkbox-container .checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border);border-color:#cbd7dc;border-color:var(--ts-color-gray-light);background-color:#eff3f5;background-color:var(--ts-color-gray-lightest)}:host([readonly]) .checkbox-container input:checked~.checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([readonly]) .checkbox-container input:checked~.checkbox:after{border-color:#829fab;border-color:var(--ts-color-gray-dark)}:host([dir=rtl]) .checkbox{margin-left:10px;margin-left:var(--ts-unit-half);margin-right:0}:host ::slotted(a){padding:0 5px;padding:0 var(--ts-unit-quarter);color:#00aeff;color:var(--ts-color-blue);text-decoration:none}:host ::slotted(a:hover){text-decoration:underline}')]}},{key:"properties",get:function(){return{name:{type:String,reflect:!0},value:{type:String,reflect:!0},dir:{type:String,reflect:!0},label:{type:String,attribute:"data-label"},checked:{type:Boolean,reflect:!0},disabled:{type:Boolean,reflect:!0},readonly:{type:Boolean,reflect:!0}}}}],(u=[{key:"direction",get:function(){return this.dir||this.bodyDir}}])&&c(h.prototype,u),x&&c(h,x),b}(o);e("ts-checkbox",s);export{s as TSCheckbox};
import{customElementDefineHelper as e,html as t,TSElement as o,unsafeCSS as r}from"@tradeshift/elements";function c(e,t){for(var o=0;o<t.length;o++){var r=t[o];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function n(e,t){return(n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function a(e,t){return t||(t=e.slice(0)),e.raw=t,e}var i,d,s=function(e){var s,l;function b(){var t=e.call(this)||this;return t.name="",t}l=e,(s=b).prototype=Object.create(l.prototype),s.prototype.constructor=s,n(s,l);var h,u,x,f=b.prototype;return f.onClick=function(){this.disabled||this.readonly||(this.checked=!this.checked)},f.render=function(){return t(i||(i=a(['\n\t\t\t<div dir="','" class="checkbox-container ','" @click="','">\n\t\t\t\t<input\n\t\t\t\t\ttype="checkbox"\n\t\t\t\t\t.name="','"\n\t\t\t\t\t.value="','"\n\t\t\t\t\t?checked="','"\n\t\t\t\t\t?disabled="','"\n\t\t\t\t/>\n\t\t\t\t<div class="checkbox"></div>\n\t\t\t\t',"\n\t\t\t</div>\n\t\t"])),this.dir,this.disabled?"disabled":"",this.onClick,this.name,this.value,this.checked,this.disabled||this.readonly,this.label?this.label:t(d||(d=a(["\n\t\t\t\t\t\t\t\x3c!-- To customized checkbox label (links, ...). Remember you need to remove 'data-label' attribute. --\x3e\n\t\t\t\t\t\t\t<slot></slot>\n\t\t\t\t\t "]))))},h=b,x=[{key:"styles",get:function(){return[o.styles,r('.checkbox-container{border-radius:3px;border-radius:var(--ts-radius);cursor:pointer;display:flex;font-size:14px;font-size:var(--ts-fontsize);padding:10px;padding:var(--ts-unit-half);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-container:hover:not(.disabled){box-shadow:inset 0 0 0 1px #ade5ff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-hover)}.checkbox-container[focus-within]{box-shadow:inset 0 0 0 1px #00aeff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-focus)}.checkbox-container:focus-within{box-shadow:inset 0 0 0 1px #00aeff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-focus)}.checkbox-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox-container .checkbox{border:1px solid #cbd7dc;border:var(--ts-border);border-radius:3px;border-radius:var(--ts-radius);flex:0 0 20px;flex:0 0 var(--ts-unit);height:20px;height:var(--ts-unit);margin-right:10px;margin-right:var(--ts-unit-half);position:relative;width:20px;width:var(--ts-unit)}.checkbox-container .checkbox:after{border:solid #fff;border:solid var(--ts-color-white);border-width:0 3px 3px 0;content:"";display:none;height:10px;height:var(--ts-unit-half);left:5px;left:var(--ts-unit-quarter);position:absolute;top:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;width:var(--ts-unit-quarter)}.checkbox-container input:checked~.checkbox{background-color:#00aeff;background-color:var(--ts-color-blue);border-color:#00aeff;border-color:var(--ts-color-blue)}.checkbox-container input:checked~.checkbox:after{display:block}:host([disabled]) .checkbox-container{color:#e6ecef;color:var(--ts-disabled-background-color);cursor:not-allowed}:host([disabled]) .checkbox-container:hover .checkbox{background-color:transparent}:host([disabled]) .checkbox-container .checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([disabled]) .checkbox-container input:checked~.checkbox{background-color:#e6ecef;background-color:var(--ts-disabled-background-color);border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([readonly]) .checkbox-container{cursor:not-allowed}:host([readonly]) .checkbox-container:hover{box-shadow:none}:host([readonly]) .checkbox-container .checkbox{background-color:#eff3f5;background-color:var(--ts-color-gray-lightest);border:1px solid #e6ecef;border:var(--ts-disabled-border);border-color:#cbd7dc;border-color:var(--ts-color-gray-light)}:host([readonly]) .checkbox-container input:checked~.checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([readonly]) .checkbox-container input:checked~.checkbox:after{border-color:#829fab;border-color:var(--ts-color-gray-dark)}:host([dir=rtl]) .checkbox{margin-left:10px;margin-left:var(--ts-unit-half);margin-right:0}:host ::slotted(a){color:#00aeff;color:var(--ts-color-blue);padding:0 5px;padding:0 var(--ts-unit-quarter);text-decoration:none}:host ::slotted(a:hover){text-decoration:underline}')]}},{key:"properties",get:function(){return{name:{type:String,reflect:!0},value:{type:String,reflect:!0},dir:{type:String,reflect:!0},label:{type:String,attribute:"data-label"},checked:{type:Boolean,reflect:!0},disabled:{type:Boolean,reflect:!0},readonly:{type:Boolean,reflect:!0}}}}],(u=[{key:"direction",get:function(){return this.dir||this.bodyDir}}])&&c(h.prototype,u),x&&c(h,x),b}(o);e("ts-checkbox",s);export{s as TSCheckbox};

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

!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.checkbox=e.ts.elements.checkbox||{}),e.ts.elements)}(this,(function(e,t){"use strict";function o(e,t){for(var o=0;o<t.length;o++){var r=t[o];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t){return(r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function n(e,t){return t||(t=e.slice(0)),e.raw=t,e}var c,a,i=function(e){var i,s;function d(){var t=e.call(this)||this;return t.name="",t}s=e,(i=d).prototype=Object.create(s.prototype),i.prototype.constructor=i,r(i,s);var l,b,h,u=d.prototype;return u.onClick=function(){this.disabled||this.readonly||(this.checked=!this.checked)},u.render=function(){return t.html(c||(c=n(['\n\t\t\t<div dir="','" class="checkbox-container ','" @click="','">\n\t\t\t\t<input\n\t\t\t\t\ttype="checkbox"\n\t\t\t\t\t.name="','"\n\t\t\t\t\t.value="','"\n\t\t\t\t\t?checked="','"\n\t\t\t\t\t?disabled="','"\n\t\t\t\t/>\n\t\t\t\t<div class="checkbox"></div>\n\t\t\t\t',"\n\t\t\t</div>\n\t\t"])),this.dir,this.disabled?"disabled":"",this.onClick,this.name,this.value,this.checked,this.disabled||this.readonly,this.label?this.label:t.html(a||(a=n(["\n\t\t\t\t\t\t\t\x3c!-- To customized checkbox label (links, ...). Remember you need to remove 'data-label' attribute. --\x3e\n\t\t\t\t\t\t\t<slot></slot>\n\t\t\t\t\t "]))))},l=d,h=[{key:"styles",get:function(){return[t.TSElement.styles,t.unsafeCSS('.checkbox-container{display:flex;padding:10px;padding:var(--ts-unit-half);cursor:pointer;font-size:14px;font-size:var(--ts-fontsize);border-radius:3px;border-radius:var(--ts-radius);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-container:hover:not(.disabled){box-shadow:inset 0 0 0 1px #ade5ff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-hover)}.checkbox-container[focus-within]{box-shadow:inset 0 0 0 1px #00aeff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-focus)}.checkbox-container:focus-within{box-shadow:inset 0 0 0 1px #00aeff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-focus)}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-container .checkbox{border:1px solid #cbd7dc;border:var(--ts-border);border-radius:3px;border-radius:var(--ts-radius);flex:0 0 20px;flex:0 0 var(--ts-unit);height:20px;height:var(--ts-unit);margin-right:10px;margin-right:var(--ts-unit-half);position:relative;width:20px;width:var(--ts-unit)}.checkbox-container .checkbox:after{content:"";position:absolute;display:none;left:5px;left:var(--ts-unit-quarter);top:1px;width:5px;width:var(--ts-unit-quarter);height:10px;height:var(--ts-unit-half);border:solid #fff;border:solid var(--ts-color-white);border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.checkbox-container input:checked~.checkbox{background-color:#00aeff;background-color:var(--ts-color-blue);border-color:#00aeff;border-color:var(--ts-color-blue)}.checkbox-container input:checked~.checkbox:after{display:block}:host([disabled]) .checkbox-container{color:#e6ecef;color:var(--ts-disabled-background-color);cursor:not-allowed}:host([disabled]) .checkbox-container:hover .checkbox{background-color:transparent}:host([disabled]) .checkbox-container .checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([disabled]) .checkbox-container input:checked~.checkbox{background-color:#e6ecef;background-color:var(--ts-disabled-background-color);border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([readonly]) .checkbox-container{cursor:not-allowed}:host([readonly]) .checkbox-container:hover{box-shadow:none}:host([readonly]) .checkbox-container .checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border);border-color:#cbd7dc;border-color:var(--ts-color-gray-light);background-color:#eff3f5;background-color:var(--ts-color-gray-lightest)}:host([readonly]) .checkbox-container input:checked~.checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([readonly]) .checkbox-container input:checked~.checkbox:after{border-color:#829fab;border-color:var(--ts-color-gray-dark)}:host([dir=rtl]) .checkbox{margin-left:10px;margin-left:var(--ts-unit-half);margin-right:0}:host ::slotted(a){padding:0 5px;padding:0 var(--ts-unit-quarter);color:#00aeff;color:var(--ts-color-blue);text-decoration:none}:host ::slotted(a:hover){text-decoration:underline}')]}},{key:"properties",get:function(){return{name:{type:String,reflect:!0},value:{type:String,reflect:!0},dir:{type:String,reflect:!0},label:{type:String,attribute:"data-label"},checked:{type:Boolean,reflect:!0},disabled:{type:Boolean,reflect:!0},readonly:{type:Boolean,reflect:!0}}}}],(b=[{key:"direction",get:function(){return this.dir||this.bodyDir}}])&&o(l.prototype,b),h&&o(l,h),d}(t.TSElement);t.customElementDefineHelper("ts-checkbox",i),e.TSCheckbox=i,Object.defineProperty(e,"__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.checkbox=e.ts.elements.checkbox||{}),e.ts.elements)}(this,(function(e,t){"use strict";function o(e,t){for(var o=0;o<t.length;o++){var r=t[o];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t){return(r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function n(e,t){return t||(t=e.slice(0)),e.raw=t,e}var c,a,i=function(e){var i,s;function d(){var t=e.call(this)||this;return t.name="",t}s=e,(i=d).prototype=Object.create(s.prototype),i.prototype.constructor=i,r(i,s);var l,b,h,u=d.prototype;return u.onClick=function(){this.disabled||this.readonly||(this.checked=!this.checked)},u.render=function(){return t.html(c||(c=n(['\n\t\t\t<div dir="','" class="checkbox-container ','" @click="','">\n\t\t\t\t<input\n\t\t\t\t\ttype="checkbox"\n\t\t\t\t\t.name="','"\n\t\t\t\t\t.value="','"\n\t\t\t\t\t?checked="','"\n\t\t\t\t\t?disabled="','"\n\t\t\t\t/>\n\t\t\t\t<div class="checkbox"></div>\n\t\t\t\t',"\n\t\t\t</div>\n\t\t"])),this.dir,this.disabled?"disabled":"",this.onClick,this.name,this.value,this.checked,this.disabled||this.readonly,this.label?this.label:t.html(a||(a=n(["\n\t\t\t\t\t\t\t\x3c!-- To customized checkbox label (links, ...). Remember you need to remove 'data-label' attribute. --\x3e\n\t\t\t\t\t\t\t<slot></slot>\n\t\t\t\t\t "]))))},l=d,h=[{key:"styles",get:function(){return[t.TSElement.styles,t.unsafeCSS('.checkbox-container{border-radius:3px;border-radius:var(--ts-radius);cursor:pointer;display:flex;font-size:14px;font-size:var(--ts-fontsize);padding:10px;padding:var(--ts-unit-half);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-container:hover:not(.disabled){box-shadow:inset 0 0 0 1px #ade5ff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-hover)}.checkbox-container[focus-within]{box-shadow:inset 0 0 0 1px #00aeff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-focus)}.checkbox-container:focus-within{box-shadow:inset 0 0 0 1px #00aeff,0 0 0 1px #00aeff;box-shadow:var(--ts-boxshadow-border-focus)}.checkbox-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox-container .checkbox{border:1px solid #cbd7dc;border:var(--ts-border);border-radius:3px;border-radius:var(--ts-radius);flex:0 0 20px;flex:0 0 var(--ts-unit);height:20px;height:var(--ts-unit);margin-right:10px;margin-right:var(--ts-unit-half);position:relative;width:20px;width:var(--ts-unit)}.checkbox-container .checkbox:after{border:solid #fff;border:solid var(--ts-color-white);border-width:0 3px 3px 0;content:"";display:none;height:10px;height:var(--ts-unit-half);left:5px;left:var(--ts-unit-quarter);position:absolute;top:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;width:var(--ts-unit-quarter)}.checkbox-container input:checked~.checkbox{background-color:#00aeff;background-color:var(--ts-color-blue);border-color:#00aeff;border-color:var(--ts-color-blue)}.checkbox-container input:checked~.checkbox:after{display:block}:host([disabled]) .checkbox-container{color:#e6ecef;color:var(--ts-disabled-background-color);cursor:not-allowed}:host([disabled]) .checkbox-container:hover .checkbox{background-color:transparent}:host([disabled]) .checkbox-container .checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([disabled]) .checkbox-container input:checked~.checkbox{background-color:#e6ecef;background-color:var(--ts-disabled-background-color);border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([readonly]) .checkbox-container{cursor:not-allowed}:host([readonly]) .checkbox-container:hover{box-shadow:none}:host([readonly]) .checkbox-container .checkbox{background-color:#eff3f5;background-color:var(--ts-color-gray-lightest);border:1px solid #e6ecef;border:var(--ts-disabled-border);border-color:#cbd7dc;border-color:var(--ts-color-gray-light)}:host([readonly]) .checkbox-container input:checked~.checkbox{border:1px solid #e6ecef;border:var(--ts-disabled-border)}:host([readonly]) .checkbox-container input:checked~.checkbox:after{border-color:#829fab;border-color:var(--ts-color-gray-dark)}:host([dir=rtl]) .checkbox{margin-left:10px;margin-left:var(--ts-unit-half);margin-right:0}:host ::slotted(a){color:#00aeff;color:var(--ts-color-blue);padding:0 5px;padding:0 var(--ts-unit-quarter);text-decoration:none}:host ::slotted(a:hover){text-decoration:underline}')]}},{key:"properties",get:function(){return{name:{type:String,reflect:!0},value:{type:String,reflect:!0},dir:{type:String,reflect:!0},label:{type:String,attribute:"data-label"},checked:{type:Boolean,reflect:!0},disabled:{type:Boolean,reflect:!0},readonly:{type:Boolean,reflect:!0}}}}],(b=[{key:"direction",get:function(){return this.dir||this.bodyDir}}])&&o(l.prototype,b),h&&o(l,h),d}(t.TSElement);t.customElementDefineHelper("ts-checkbox",i),e.TSCheckbox=i,Object.defineProperty(e,"__esModule",{value:!0})}));
{
"name": "@tradeshift/elements.checkbox",
"version": "0.27.6",
"version": "0.28.0",
"repository": {

@@ -18,6 +18,6 @@ "type": "git",

"dependencies": {
"@tradeshift/elements": "^0.27.6"
"@tradeshift/elements": "^0.28.0"
},
"src": "src/checkbox.js",
"gitHead": "ff4923309b40e373d6a3b0d6dc06a393441e12c2"
"gitHead": "636e5d745d01dbc469541bd8d5bc3bf4434d177f"
}
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