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

@tradeshift/elements.button

Package Overview
Dependencies
Maintainers
3
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tradeshift/elements.button - npm Package Compare versions

Comparing version 0.36.1 to 0.36.3

12

CHANGELOG.md

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

## [0.36.3](https://github.com/Tradeshift/elements/compare/v0.36.1...v0.36.3) (2022-04-06)
### Bug Fixes
- focus on button after template rendered ([cd09e1c](https://github.com/Tradeshift/elements/commit/cd09e1cc86e2e0daf144f04361532c78c0501a44))
## [0.36.2](https://github.com/Tradeshift/elements/compare/v0.36.1...v0.36.2) (2022-04-06)
### Bug Fixes
- focus on button after template rendered ([cd09e1c](https://github.com/Tradeshift/elements/commit/cd09e1cc86e2e0daf144f04361532c78c0501a44))
## [0.36.1](https://github.com/Tradeshift/elements/compare/v0.36.0...v0.36.1) (2022-03-11)

@@ -7,0 +19,0 @@

2

lib/button.esm.js

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

import{customElementDefineHelper as t,html as o,TSElement as e,unsafeCSS as n}from"@tradeshift/elements";import"@tradeshift/elements.icon";function r(t,o){for(var e=0;e<o.length;e++){var n=o[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function s(t,o){return(s=Object.setPrototypeOf||function(t,o){return t.__proto__=o,t})(t,o)}function a(t,o){return o||(o=t.slice(0)),t.raw=o,t}var i,d,c={MACRO:"macro",MICRO:"micro"},u={PRIMARY:"primary",SECONDARY:"secondary",TEXT:"text",ACCEPT:"accept",WARNING:"warning",DANGER:"danger"},l=function(t){var c,l;function b(){var o=t.call(this)||this;return o.grouped=!1,o}l=t,(c=b).prototype=Object.create(l.prototype),c.prototype.constructor=c,s(c,l);var p,h,f,g=b.prototype;return g.attributeChangedCallback=function(o,e,n){var r=this;t.prototype.attributeChangedCallback.call(this,o,e,n),"focused"===o&&this.focused&&window.customElements.whenDefined("ts-button").then((function(){return r.shadowRoot.getElementById("button").focus()}))},g.clickHandler=function(t){this.disabled||this.busy||this.dispatchCustomEvent("button-click",t)},g.render=function(){return o(i||(i=a(['\n\t\t\t<button id="button" ?disabled="','" dir="','" @click="','">\n\t\t\t\t',"\n\t\t\t\t<span>\n\t\t\t\t\t\x3c!-- Text of the button should be wrapped around `ts-button` element --\x3e\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t"],['\n\t\t\t<button id="button" ?disabled="','" dir="','" @click="','">\n\t\t\t\t',"\n\t\t\t\t<span>\n\t\t\t\t\t\x3c!-- Text of the button should be wrapped around \\`ts-button\\` element --\x3e\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t"])),this.disabled,this.direction,this.clickHandler,this.icon?o(d||(d=a([' <ts-icon icon="','" size="large" type="','"></ts-icon> '])),this.icon,this.iconType):"")},p=b,f=[{key:"styles",get:function(){return[e.styles,n(":host{--ts-box-shadow-color:transparent;display:inline-block;font-size:14px;font-size:var(--ts-font-size-default);line-height:20px;line-height:var(--ts-unit)}:host>button{border:none;border-radius:40px;border-radius:var(--ts-unit-double);box-shadow:inset 0 0 0 2px var(--ts-box-shadow-color);box-shadow:var(--ts-boxshadow-focus-border) var(--ts-box-shadow-color);font-size:14px;font-size:var(--ts-font-size-default);min-width:40px;min-width:var(--ts-unit-double);padding:0;position:relative}:host span{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-weight:600;font-weight:var(--ts-fontweight-semibold);line-height:20px;line-height:var(--ts-unit);padding:10px 20px;padding:var(--ts-unit-half) var(--ts-unit);text-transform:uppercase;white-space:nowrap}:host(:not([busy]))>button:hover{background:#e6ecef;background:var(--ts-color-gray-lighter);cursor:pointer}:host(:not([type]))>button,:host([type=secondary])>button{background:#fff;background:var(--ts-color-white);box-shadow:inset 0 0 0 1px #cbd7dc;box-shadow:var(--ts-boxshadow-border-default)}:host(:not([type]))>button:focus,:host([type=secondary])>button:focus{box-shadow:inset 0 0 0 2px #00aeff;box-shadow:var(--ts-boxshadow-focus-border) var(--ts-color-blue)}:host(.no-border)>button{background:transparent;box-shadow:none}:host(.no-border)>button:focus{box-shadow:none}:host([type=primary])>button{background:#00aeff;background:var(--ts-color-blue);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=primary])>button:hover{background:#0085cc;background:var(--ts-color-blue-dark)}:host(:not([busy])[type=primary])>button:focus{--ts-box-shadow-color:var(--ts-color-blue-darker)}:host([type=accept])>button{background:#50c610;background:var(--ts-color-green);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=accept])>button:hover{background:#399d0b;background:var(--ts-color-green-dark)}:host(:not([busy])[type=accept])>button:focus{--ts-box-shadow-color:var(--ts-color-green-darker)}:host([type=warning])>button{background:#ff8c00;background:var(--ts-color-orange);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=warning])>button:hover{background:#f07c00;background:var(--ts-color-orange-dark)}:host(:not([busy])[type=warning])>button:focus{--ts-box-shadow-color:var(--ts-color-orange-darker)}:host([type=danger])>button{background:#bd0000;background:var(--ts-color-red);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=danger])>button:hover{background:#900;background:var(--ts-color-red-dark)}:host(:not([busy])[type=danger])>button:focus{--ts-box-shadow-color:var(--ts-color-red-darker)}:host([type=text])>button{align-items:center;background:transparent;border-radius:3px;border-radius:var(--ts-radius);display:flex}:host([type=text]) span{color:#00aeff;color:var(--ts-color-blue);font-weight:400;font-weight:var(--ts-fontweight);letter-spacing:normal;padding:0 5px;padding:0 var(--ts-unit-quarter);text-transform:none}:host(:not([busy])[type=text])>button:hover{background:transparent}:host(:not([busy])[type=text])>button:hover span{color:#0085cc;color:var(--ts-color-blue-dark)}:host(:not([busy])[type=text])>button:focus{background:#00aeff;background:var(--ts-color-blue)}:host(:not([busy])[type=text])>button:focus span{color:#fff;color:var(--ts-color-white)}[dir=ltr] :host([type=text][icon])>button{padding-left:10px}:host([type=text][icon])>button:dir(ltr){padding-left:10px}[dir=rtl] :host([type=text][icon])>button{padding-right:10px}:host([type=text][icon])>button:dir(rtl){padding-right:10px}[dir=ltr] :host([type=text][icon])>button{padding-left:var(--ts-unit-half)}:host([type=text][icon])>button:dir(ltr){padding-left:var(--ts-unit-half)}[dir=rtl] :host([type=text][icon])>button{padding-right:var(--ts-unit-half)}:host([type=text][icon])>button:dir(rtl){padding-right:var(--ts-unit-half)}:host([type=text][icon])>button{-webkit-padding-start:10px;-webkit-padding-start:var(--ts-unit-half);padding-inline-start:10px;padding-inline-start:var(--ts-unit-half)}:host([type=text][icon])>button span{color:var(--ts-color-blue-darkest);padding:10px;padding:var(--ts-unit-half)}:host(:not([busy])[type=text][icon])>button:hover{background:#eff3f5;background:var(--ts-color-gray-lightest)}:host(:not([busy])[type=text][icon])>button:hover span{color:var(--ts-color-blue-darkest)}:host(:not([busy])[type=text][icon])>button:focus{--ts-box-shadow-color:var(--ts-color-gray);background:#eff3f5;background:var(--ts-color-gray-lightest)}:host(:not([busy])[type=text][icon])>button:focus span{color:var(--ts-color-blue-darkest)}:host(:not([type=text])[size=micro])>button{border-radius:20px;border-radius:var(--ts-unit);font-size:11px;font-size:var(--ts-fontsize-small);padding:0 10px;padding:0 var(--ts-unit-half)}:host(:not([type=text])[size=micro]) span{font-size:11px;font-size:var(--ts-fontsize-small);padding:0 2.5px;padding:0 var(--ts-unit-eighth)}:host([full-width]),:host([grouped]){display:block;text-align:center}:host([full-width])>button,:host([grouped])>button{display:block;width:100%}:host([grouped]){margin-bottom:10px;margin-bottom:var(--ts-unit-half)}:host([inline]){display:inline-block}:host([inline])>button{display:inline;width:auto}:host([grouped][type=text])>button{display:flex;justify-content:center}:host(:not([type=text])[icon])>button{height:40px;height:var(--ts-unit-double);width:40px;width:var(--ts-unit-double)}:host(:not([type=text])[icon]) ts-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}:host(:not([type=text])[icon]) span{visibility:hidden}:host([disabled]){cursor:not-allowed}:host([disabled])>button{background-color:#e6ecef;background-color:var(--ts-disabled-background-color);box-shadow:none;pointer-events:none}:host([disabled]) span{color:#829fab;color:var(--ts-disabled-color)}:host([disabled][type=text])>button{background-color:transparent}:host([busy])>:first-child{-webkit-animation:move 1s linear infinite;animation:move 1s linear infinite;background-image:linear-gradient(-45deg,#cbd7dc 25%,#eff3f5 0,#eff3f5 50%,#cbd7dc 0,#cbd7dc 75%,#eff3f5 0,#eff3f5);background-image:linear-gradient(-45deg,var(--ts-color-gray-light) 25%,var(--ts-color-gray-lightest) 25%,var(--ts-color-gray-lightest) 50%,var(--ts-color-gray-light) 50%,var(--ts-color-gray-light) 75%,var(--ts-color-gray-lightest) 75%,var(--ts-color-gray-lightest));background-size:40px 40px;background-size:var(--ts-unit-double) var(--ts-unit-double);box-shadow:none;cursor:default;pointer-events:none}:host([busy])>:first-child>*{visibility:hidden}@-webkit-keyframes move{0%{background-position:0 0}to{background-position:40px 40px;background-position:var(--ts-unit-double) var(--ts-unit-double)}}@keyframes move{0%{background-position:0 0}to{background-position:40px 40px;background-position:var(--ts-unit-double) var(--ts-unit-double)}}")]}},{key:"properties",get:function(){return{type:{type:String,reflect:!0},size:{type:String,reflect:!0},busy:{type:Boolean,reflect:!0},icon:{type:String,reflect:!0},disabled:{type:Boolean,reflect:!0},focused:{type:Boolean,reflect:!0},dir:{type:String,reflect:!0},fullWidth:{type:Boolean,reflect:!0,attribute:"full-width"},grouped:{type:Boolean,reflect:!0},inline:{type:Boolean,reflect:!0}}}}],(h=[{key:"direction",get:function(){return this.dir||this.bodyDir}},{key:"iconType",get:function(){return this.icon&&this.type===u.TEXT?"action":[u.DANGER,u.WARNING,u.ACCEPT,u.PRIMARY].indexOf(this.type)>-1?"inverted":"default"}}])&&r(p.prototype,h),f&&r(p,f),b}(e);t("ts-button",l);export{l as TSButton,c as sizes,u as types};
import{customElementDefineHelper as t,html as o,TSElement as e,unsafeCSS as n}from"@tradeshift/elements";import"@tradeshift/elements.icon";function r(t,o){for(var e=0;e<o.length;e++){var n=o[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function s(t,o){return(s=Object.setPrototypeOf||function(t,o){return t.__proto__=o,t})(t,o)}function a(t,o){return o||(o=t.slice(0)),t.raw=o,t}var i,d,c={MACRO:"macro",MICRO:"micro"},u={PRIMARY:"primary",SECONDARY:"secondary",TEXT:"text",ACCEPT:"accept",WARNING:"warning",DANGER:"danger"},l=function(t){var c,l;function b(){var o=t.call(this)||this;return o.grouped=!1,o}l=t,(c=b).prototype=Object.create(l.prototype),c.prototype.constructor=c,s(c,l);var p,h,f,g=b.prototype;return g.updated=function(t){var o=this;t.forEach((function(t,e){"focused"===e&&(t||window.customElements.whenDefined("ts-button").then((function(){return o.shadowRoot.getElementById("button").focus()})))}))},g.clickHandler=function(t){this.disabled||this.busy||this.dispatchCustomEvent("button-click",t)},g.render=function(){return o(i||(i=a(['\n\t\t\t<button id="button" ?disabled="','" dir="','" @click="','">\n\t\t\t\t',"\n\t\t\t\t<span>\n\t\t\t\t\t\x3c!-- Text of the button should be wrapped around `ts-button` element --\x3e\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t"],['\n\t\t\t<button id="button" ?disabled="','" dir="','" @click="','">\n\t\t\t\t',"\n\t\t\t\t<span>\n\t\t\t\t\t\x3c!-- Text of the button should be wrapped around \\`ts-button\\` element --\x3e\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t"])),this.disabled,this.direction,this.clickHandler,this.icon?o(d||(d=a([' <ts-icon icon="','" size="large" type="','"></ts-icon> '])),this.icon,this.iconType):"")},p=b,f=[{key:"styles",get:function(){return[e.styles,n(":host{--ts-box-shadow-color:transparent;display:inline-block;font-size:14px;font-size:var(--ts-font-size-default);line-height:20px;line-height:var(--ts-unit)}:host>button{border:none;border-radius:40px;border-radius:var(--ts-unit-double);box-shadow:inset 0 0 0 2px var(--ts-box-shadow-color);box-shadow:var(--ts-boxshadow-focus-border) var(--ts-box-shadow-color);font-size:14px;font-size:var(--ts-font-size-default);min-width:40px;min-width:var(--ts-unit-double);padding:0;position:relative}:host span{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-weight:600;font-weight:var(--ts-fontweight-semibold);line-height:20px;line-height:var(--ts-unit);padding:10px 20px;padding:var(--ts-unit-half) var(--ts-unit);text-transform:uppercase;white-space:nowrap}:host(:not([busy]))>button:hover{background:#e6ecef;background:var(--ts-color-gray-lighter);cursor:pointer}:host(:not([type]))>button,:host([type=secondary])>button{background:#fff;background:var(--ts-color-white);box-shadow:inset 0 0 0 1px #cbd7dc;box-shadow:var(--ts-boxshadow-border-default)}:host(:not([type]))>button:focus,:host([type=secondary])>button:focus{box-shadow:inset 0 0 0 2px #00aeff;box-shadow:var(--ts-boxshadow-focus-border) var(--ts-color-blue)}:host(.no-border)>button{background:transparent;box-shadow:none}:host(.no-border)>button:focus{box-shadow:none}:host([type=primary])>button{background:#00aeff;background:var(--ts-color-blue);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=primary])>button:hover{background:#0085cc;background:var(--ts-color-blue-dark)}:host(:not([busy])[type=primary])>button:focus{--ts-box-shadow-color:var(--ts-color-blue-darker)}:host([type=accept])>button{background:#50c610;background:var(--ts-color-green);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=accept])>button:hover{background:#399d0b;background:var(--ts-color-green-dark)}:host(:not([busy])[type=accept])>button:focus{--ts-box-shadow-color:var(--ts-color-green-darker)}:host([type=warning])>button{background:#ff8c00;background:var(--ts-color-orange);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=warning])>button:hover{background:#f07c00;background:var(--ts-color-orange-dark)}:host(:not([busy])[type=warning])>button:focus{--ts-box-shadow-color:var(--ts-color-orange-darker)}:host([type=danger])>button{background:#bd0000;background:var(--ts-color-red);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=danger])>button:hover{background:#900;background:var(--ts-color-red-dark)}:host(:not([busy])[type=danger])>button:focus{--ts-box-shadow-color:var(--ts-color-red-darker)}:host([type=text])>button{align-items:center;background:transparent;border-radius:3px;border-radius:var(--ts-radius);display:flex}:host([type=text]) span{color:#00aeff;color:var(--ts-color-blue);font-weight:400;font-weight:var(--ts-fontweight);letter-spacing:normal;padding:0 5px;padding:0 var(--ts-unit-quarter);text-transform:none}:host(:not([busy])[type=text])>button:hover{background:transparent}:host(:not([busy])[type=text])>button:hover span{color:#0085cc;color:var(--ts-color-blue-dark)}:host(:not([busy])[type=text])>button:focus{background:#00aeff;background:var(--ts-color-blue)}:host(:not([busy])[type=text])>button:focus span{color:#fff;color:var(--ts-color-white)}[dir=ltr] :host([type=text][icon])>button{padding-left:10px}:host([type=text][icon])>button:dir(ltr){padding-left:10px}[dir=rtl] :host([type=text][icon])>button{padding-right:10px}:host([type=text][icon])>button:dir(rtl){padding-right:10px}[dir=ltr] :host([type=text][icon])>button{padding-left:var(--ts-unit-half)}:host([type=text][icon])>button:dir(ltr){padding-left:var(--ts-unit-half)}[dir=rtl] :host([type=text][icon])>button{padding-right:var(--ts-unit-half)}:host([type=text][icon])>button:dir(rtl){padding-right:var(--ts-unit-half)}:host([type=text][icon])>button{-webkit-padding-start:10px;-webkit-padding-start:var(--ts-unit-half);padding-inline-start:10px;padding-inline-start:var(--ts-unit-half)}:host([type=text][icon])>button span{color:var(--ts-color-blue-darkest);padding:10px;padding:var(--ts-unit-half)}:host(:not([busy])[type=text][icon])>button:hover{background:#eff3f5;background:var(--ts-color-gray-lightest)}:host(:not([busy])[type=text][icon])>button:hover span{color:var(--ts-color-blue-darkest)}:host(:not([busy])[type=text][icon])>button:focus{--ts-box-shadow-color:var(--ts-color-gray);background:#eff3f5;background:var(--ts-color-gray-lightest)}:host(:not([busy])[type=text][icon])>button:focus span{color:var(--ts-color-blue-darkest)}:host(:not([type=text])[size=micro])>button{border-radius:20px;border-radius:var(--ts-unit);font-size:11px;font-size:var(--ts-fontsize-small);padding:0 10px;padding:0 var(--ts-unit-half)}:host(:not([type=text])[size=micro]) span{font-size:11px;font-size:var(--ts-fontsize-small);padding:0 2.5px;padding:0 var(--ts-unit-eighth)}:host([full-width]),:host([grouped]){display:block;text-align:center}:host([full-width])>button,:host([grouped])>button{display:block;width:100%}:host([grouped]){margin-bottom:10px;margin-bottom:var(--ts-unit-half)}:host([inline]){display:inline-block}:host([inline])>button{display:inline;width:auto}:host([grouped][type=text])>button{display:flex;justify-content:center}:host(:not([type=text])[icon])>button{height:40px;height:var(--ts-unit-double);width:40px;width:var(--ts-unit-double)}:host(:not([type=text])[icon]) ts-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}:host(:not([type=text])[icon]) span{visibility:hidden}:host([disabled]){cursor:not-allowed}:host([disabled])>button{background-color:#e6ecef;background-color:var(--ts-disabled-background-color);box-shadow:none;pointer-events:none}:host([disabled]) span{color:#829fab;color:var(--ts-disabled-color)}:host([disabled][type=text])>button{background-color:transparent}:host([busy])>:first-child{-webkit-animation:move 1s linear infinite;animation:move 1s linear infinite;background-image:linear-gradient(-45deg,#cbd7dc 25%,#eff3f5 0,#eff3f5 50%,#cbd7dc 0,#cbd7dc 75%,#eff3f5 0,#eff3f5);background-image:linear-gradient(-45deg,var(--ts-color-gray-light) 25%,var(--ts-color-gray-lightest) 25%,var(--ts-color-gray-lightest) 50%,var(--ts-color-gray-light) 50%,var(--ts-color-gray-light) 75%,var(--ts-color-gray-lightest) 75%,var(--ts-color-gray-lightest));background-size:40px 40px;background-size:var(--ts-unit-double) var(--ts-unit-double);box-shadow:none;cursor:default;pointer-events:none}:host([busy])>:first-child>*{visibility:hidden}@-webkit-keyframes move{0%{background-position:0 0}to{background-position:40px 40px;background-position:var(--ts-unit-double) var(--ts-unit-double)}}@keyframes move{0%{background-position:0 0}to{background-position:40px 40px;background-position:var(--ts-unit-double) var(--ts-unit-double)}}")]}},{key:"properties",get:function(){return{type:{type:String,reflect:!0},size:{type:String,reflect:!0},busy:{type:Boolean,reflect:!0},icon:{type:String,reflect:!0},disabled:{type:Boolean,reflect:!0},focused:{type:Boolean,reflect:!0},dir:{type:String,reflect:!0},fullWidth:{type:Boolean,reflect:!0,attribute:"full-width"},grouped:{type:Boolean,reflect:!0},inline:{type:Boolean,reflect:!0}}}}],(h=[{key:"direction",get:function(){return this.dir||this.bodyDir}},{key:"iconType",get:function(){return this.icon&&this.type===u.TEXT?"action":[u.DANGER,u.WARNING,u.ACCEPT,u.PRIMARY].indexOf(this.type)>-1?"inverted":"default"}}])&&r(p.prototype,h),f&&r(p,f),b}(e);t("ts-button",l);export{l as TSButton,c as sizes,u as types};

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

!function(t,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@tradeshift/elements")):"function"==typeof define&&define.amd?define(["exports","@tradeshift/elements"],o):o(((t="undefined"!=typeof globalThis?globalThis:t||self).ts=t.ts||{},t.ts.elements=t.ts.elements||{},t.ts.elements.button=t.ts.elements.button||{}),t.ts.elements)}(this,(function(t,o){"use strict";function e(t,o){for(var e=0;e<o.length;e++){var r=o[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(t,o){return(r=Object.setPrototypeOf||function(t,o){return t.__proto__=o,t})(t,o)}function n(t,o){return o||(o=t.slice(0)),t.raw=o,t}function l(t,o){for(var e=0;e<o.length;e++){var r=o[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function s(){return(s=Object.assign||function(t){for(var o=1;o<arguments.length;o++){var e=arguments[o];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])}return t}).apply(this,arguments)}function i(t,o){return(i=Object.setPrototypeOf||function(t,o){return t.__proto__=o,t})(t,o)}function c(t,o){return o||(o=t.slice(0)),t.raw=o,t}var a={remove:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 12a8 8 0 1116.01.01A8 8 0 014 12zm8 1.13l3.03 3.04 1.14-1.14L13.13 12l3.04-3.03-1.14-1.14L12 10.87 8.97 7.83 7.83 8.97 10.87 12l-3.04 3.03 1.14 1.14L12 13.13z"/></svg>\n',download:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/download" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M12.1590909,17.3636364 C11.9999992,17.3636364 11.8553726,17.2840917 11.7252066,17.125 L7.34297521,11.571281 C7.25619791,11.4555779 7.21280992,11.3615706 7.21280992,11.2892562 C7.21280992,11.1012387 7.35020524,11.0072314 7.625,11.0072314 L10.7272727,11.0072314 L10.7272727,4 L13.5909091,4 L13.5909091,11.0072314 L16.6931818,11.0072314 C16.9679766,11.0072314 17.1053719,11.1012387 17.1053719,11.2892562 C17.1053719,11.3615706 17.0619839,11.4555779 16.9752066,11.571281 L12.5929752,17.125 C12.4772721,17.2840917 12.3326455,17.3636364 12.1590909,17.3636364 Z M18.8409091,17.8409091 C18.971075,17.8409091 19.0831607,17.8879128 19.1771694,17.9819215 C19.2711782,18.0759302 19.3181818,18.1880159 19.3181818,18.3181818 L19.3181818,19.2727273 C19.3181818,19.4028932 19.2711782,19.5149789 19.1771694,19.6089876 C19.0831607,19.7029963 18.971075,19.75 18.8409091,19.75 L5.47727273,19.75 C5.34710679,19.75 5.23502113,19.7029963 5.1410124,19.6089876 C5.04700366,19.5149789 5,19.4028932 5,19.2727273 L5,18.3181818 C5,18.1880159 5.04700366,18.0759302 5.1410124,17.9819215 C5.23502113,17.8879128 5.34710679,17.8409091 5.47727273,17.8409091 L18.8409091,17.8409091 Z" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',info:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/info" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M12,4 C7.6,4 4,7.58095238 4,12 C4,16.4190476 7.6,20 12,20 C16.4190476,20 20,16.4190476 20,12 C20,7.58095238 16.4190476,4 12,4 M13.0285714,6.47619048 C13.352381,6.47619048 13.6,6.60952381 13.7714286,6.8 C13.9428571,6.99047619 14.0190476,7.23809524 14.0190476,7.5047619 C14.0190476,8.19047619 13.4666667,8.81904762 12.7238095,8.81904762 C12.1142857,8.81904762 11.752381,8.38095238 11.752381,7.75238095 C11.752381,7.2 12.1904762,6.4952381 13.0285714,6.47619048 M13.3904762,11.4285714 L12.5142857,15.0095238 C12.4761905,15.1809524 12.4571429,15.3142857 12.4571429,15.3904762 L12.4571429,15.4857143 C12.552381,15.4666667 13.1809524,15.047619 13.5809524,14.6666667 L13.6761905,14.5904762 L14.0190476,15.3142857 L14.0571429,15.3904762 L14,15.447619 C12.8761905,16.6666667 11.5047619,17.4095238 10.9714286,17.4095238 C10.8,17.4095238 10.6095238,17.3714286 10.4761905,17.2190476 C10.3428571,17.0666667 10.2857143,16.8571429 10.2857143,16.5333333 C10.2857143,16.2857143 10.3238095,15.7714286 10.4,15.3904762 L11.2190476,11.9238095 C11.2571429,11.7333333 11.2761905,11.6 11.2761905,11.5238095 C11.1428571,11.5809524 10.5142857,12.0190476 10.2285714,12.2666667 L10.1142857,12.3428571 L9.80952381,11.4857143 L9.86666667,11.4285714 C10.9904762,10.3809524 12.3428571,9.54285714 12.9714286,9.54285714 C13.1428571,9.54285714 13.3142857,9.63809524 13.3904762,9.77142857 C13.4666667,9.92380952 13.5047619,10.1142857 13.5047619,10.3428571 C13.5047619,10.5904762 13.4666667,11.1047619 13.3904762,11.4285714" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',ada:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/ada" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M11.777314,5 L16.3099677,9.5326537 L11.777314,14.0653074 L7.24466028,9.5326537 L11.777314,5 Z M6.5326537,10.2446603 L11.0653074,14.777314 L6.5326537,19.3099677 L2,14.777314 L6.5326537,10.2446603 Z M17.0219743,10.2446603 L21.554628,14.777314 L17.0219743,19.3099677 L12.4893206,14.777314 L17.0219743,10.2446603 Z" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',checkmark:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/checkmark">\n <polygon id="Icon" fill="currentColor" points="10 14.5857864 17.7928932 6.79289322 19.2071068 8.20710678 10 17.4142136 5.29289322 12.7071068 6.70710678 11.2928932"></polygon>\n </g>\n</svg>\n',search:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/search" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M15.0317379,13.6175243 L18.7071068,17.2928932 L17.2928932,18.7071068 L13.6175243,15.0317379 C12.7314831,15.642436 11.6574983,16 10.5,16 C7.46243388,16 5,13.5375661 5,10.5 C5,7.46243388 7.46243388,5 10.5,5 C13.5375661,5 16,7.46243388 16,10.5 C16,11.6574983 15.642436,12.7314831 15.0317379,13.6175243 Z M10.5,14 C12.4329966,14 14,12.4329966 14,10.5 C14,8.56700338 12.4329966,7 10.5,7 C8.56700338,7 7,8.56700338 7,10.5 C7,12.4329966 8.56700338,14 10.5,14 Z" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',close:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/close" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M12,13.4142136 L7.70710678,17.7071068 L6.29289322,16.2928932 L10.5857864,12 L6.29289322,7.70710678 L7.70710678,6.29289322 L12,10.5857864 L16.2928932,6.29289322 L17.7071068,7.70710678 L13.4142136,12 L17.7071068,16.2928932 L16.2928932,17.7071068 L12,13.4142136 Z" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',settings:'<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M21.223 13.066a.416.416 0 01-.13.304.416.416 0 01-.304.13h-1.562a.762.762 0 00-.488.184.953.953 0 00-.314.445 9.249 9.249 0 01-.434 1.02.832.832 0 00-.087.412c0 .26.072.463.217.607l1.106 1.085c.087.087.13.188.13.304 0 .13-.043.238-.13.325l-1.366 1.345c-.058.087-.16.13-.304.13a.416.416 0 01-.304-.13l-1.085-1.084c-.159-.16-.368-.24-.629-.24a.912.912 0 00-.412.088c-.318.173-.65.318-.998.434a.953.953 0 00-.445.314.762.762 0 00-.184.488v1.562a.416.416 0 01-.13.304.416.416 0 01-.304.13h-1.93a.416.416 0 01-.304-.13.416.416 0 01-.13-.304v-1.562a.762.762 0 00-.185-.488.953.953 0 00-.445-.314 4.747 4.747 0 01-.998-.434.912.912 0 00-.412-.087.823.823 0 00-.607.239l-1.107 1.084a.416.416 0 01-.607 0l-1.367-1.345a.55.55 0 01-.108-.325.52.52 0 01.108-.304l1.107-1.085a.823.823 0 00.238-.607.924.924 0 00-.108-.412 7.832 7.832 0 01-.412-1.02.953.953 0 00-.315-.445.79.79 0 00-.51-.184h-1.54a.416.416 0 01-.304-.13.416.416 0 01-.13-.304v-1.909c0-.116.043-.217.13-.304a.416.416 0 01.304-.13h1.54a.79.79 0 00.51-.184.953.953 0 00.315-.445c.13-.39.267-.73.412-1.02a.963.963 0 00.108-.434.796.796 0 00-.238-.585L4.974 6.948a.52.52 0 01-.108-.303.52.52 0 01.108-.304l1.367-1.345a.416.416 0 01.607 0L8.055 6.08c.159.159.354.238.585.238.145 0 .29-.036.434-.108a8.8 8.8 0 01.998-.412.953.953 0 00.445-.315.79.79 0 00.184-.51v-1.54c0-.116.044-.217.13-.304a.416.416 0 01.304-.13h1.931c.116 0 .217.043.304.13.087.087.13.188.13.304v1.54a.79.79 0 00.184.51.953.953 0 00.445.315c.304.1.636.238.998.412.145.072.29.108.434.108.246 0 .448-.08.607-.238l1.085-1.085a.416.416 0 01.304-.13c.144 0 .246.043.304.13l1.366 1.345a.416.416 0 010 .607l-1.106 1.107c-.145.144-.217.347-.217.607 0 .16.029.297.087.412.115.217.26.557.434 1.02a.953.953 0 00.314.445.762.762 0 00.488.184h1.562c.116 0 .217.044.304.13.087.087.13.188.13.304v1.91zM8.25 12.112c0 .506.098.994.293 1.464.195.47.474.886.835 1.247.752.752 1.663 1.128 2.734 1.128a3.82 3.82 0 002.712-1.128 3.82 3.82 0 00.835-1.247c.195-.47.292-.958.292-1.464A3.82 3.82 0 0014.823 9.4a3.82 3.82 0 00-1.247-.835 3.781 3.781 0 00-1.464-.293c-1.07 0-1.982.376-2.734 1.128a3.82 3.82 0 00-.835 1.247c-.195.47-.293.958-.293 1.465z" fill="#192226" fill-rule="evenodd"/></svg>\n',support:'<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.413 3.315A4.808 4.808 0 0116.153 3a4.83 4.83 0 011.857.367c.595.245 1.116.591 1.563 1.039A4.806 4.806 0 0121 7.846c0 .616-.105 1.196-.315 1.741.21.77.315 1.574.315 2.413 0 .84-.105 1.636-.315 2.392.21.56.315 1.146.315 1.762 0 .643-.122 1.259-.367 1.846a4.842 4.842 0 01-1.06 1.573 4.614 4.614 0 01-1.552 1.06 4.806 4.806 0 01-3.608.031A9.198 9.198 0 0112 21a9.198 9.198 0 01-2.413-.336 4.806 4.806 0 01-3.608-.031 4.614 4.614 0 01-1.552-1.06A4.842 4.842 0 013.367 18 4.753 4.753 0 013 16.154c0-.616.105-1.203.315-1.762A8.897 8.897 0 013 12c0-.84.105-1.643.315-2.413A4.808 4.808 0 013 7.847a4.806 4.806 0 011.427-3.441A4.738 4.738 0 015.99 3.367 4.83 4.83 0 017.846 3c.616 0 1.196.105 1.741.315A9.284 9.284 0 0112 3c.825 0 1.63.105 2.413.315zm-6.567.147c-.797 0-1.531.195-2.203.587A4.358 4.358 0 004.05 5.643a4.294 4.294 0 00-.587 2.203c0 .308.035.637.104.986a8.975 8.975 0 012.067-3.2 8.975 8.975 0 013.2-2.066 5.04 5.04 0 00-.987-.104zm7.322.104a8.975 8.975 0 013.2 2.067 8.975 8.975 0 012.066 3.2c.07-.35.104-.68.104-.987 0-.797-.195-1.531-.587-2.203a4.358 4.358 0 00-1.594-1.594 4.294 4.294 0 00-2.203-.587 5.04 5.04 0 00-.986.104zm-6.42.588a8.727 8.727 0 00-2.727 1.825 8.415 8.415 0 00-1.867 2.77l3.356 1.384a4.69 4.69 0 011.07-1.574 5.165 5.165 0 011.574-1.049L8.748 4.154zm5.12 3.356a4.69 4.69 0 011.573 1.07c.447.462.797.98 1.049 1.553l3.356-1.385a8.727 8.727 0 00-1.825-2.727 8.415 8.415 0 00-2.77-1.867L13.868 7.51zM12 7.615c-.797 0-1.531.196-2.203.588a4.358 4.358 0 00-1.594 1.594A4.294 4.294 0 007.615 12c0 .797.196 1.531.588 2.203a4.358 4.358 0 001.594 1.594 4.294 4.294 0 002.203.588c.797 0 1.531-.196 2.203-.588a4.358 4.358 0 001.594-1.594A4.294 4.294 0 0016.385 12c0-.797-.196-1.531-.588-2.203a4.358 4.358 0 00-1.594-1.594A4.294 4.294 0 0012 7.615zm-7.846 7.637a8.727 8.727 0 001.825 2.727 8.415 8.415 0 002.77 1.867l1.405-3.377a4.714 4.714 0 01-1.595-1.06 5.035 5.035 0 01-1.049-1.563l-3.356 1.406zm12.336-1.406a4.983 4.983 0 01-1.08 1.595c-.455.447-.976.79-1.564 1.028l1.406 3.377a8.727 8.727 0 002.727-1.825 8.415 8.415 0 001.867-2.77l-3.356-1.405zM3.462 16.154c0 .797.195 1.531.587 2.203a4.358 4.358 0 001.594 1.594 4.294 4.294 0 002.203.587c.35 0 .678-.041.986-.125a8.808 8.808 0 01-3.189-2.056 9.05 9.05 0 01-2.077-3.19 5.04 5.04 0 00-.104.987zm16.972-.986a9.05 9.05 0 01-2.077 3.189 8.808 8.808 0 01-3.19 2.056 4.294 4.294 0 003.189-.462 4.358 4.358 0 001.595-1.594 4.294 4.294 0 00.587-2.203 5.04 5.04 0 00-.104-.986z" fill="#192226" fill-rule="evenodd"/></svg>\n',alert:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.92 18.84l-7.2-14.43c-.28-.55-1.16-.55-1.44 0l-7.2 14.43A.8.8 0 004.8 20h14.4a.8.8 0 00.72-1.16zm-8.86-8.9h1.88v4.82h-1.88V9.95zm.94 7.78a.94.94 0 110-1.89.94.94 0 010 1.89z"/></svg>\n',question:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 20a8 8 0 110-16 8 8 0 010 16zm-1.25-6.13h2.03v-.3c0-.61.24-.9 1.14-1.42.95-.55 1.4-1.22 1.4-2.18 0-1.56-1.29-2.6-3.27-2.6-2.08 0-3.31 1.11-3.33 2.81h2.11c.02-.63.45-1.04 1.08-1.04.6 0 1.04.36 1.04.89 0 .57-.23.84-1.12 1.36-.9.52-1.23 1.11-1.1 2.22l.02.26zm1.05 3.18a1.2 1.2 0 001.23-1.17 1.2 1.2 0 00-1.23-1.16 1.2 1.2 0 00-1.23 1.16c0 .66.55 1.17 1.23 1.17z"/></svg>\n',apps:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.20869 3c.3688 0 .65083.30372.65083.65083v3.55786c0 .3688-.28203.65083-.65083.65083H3.65083C3.30372 7.85952 3 7.57749 3 7.20869V3.65083C3 3.30372 3.30372 3 3.65083 3h3.55786zm6.70351 0c.3471 0 .6508.30372.6508.65083v3.55786c0 .3688-.3037.65083-.6508.65083h-3.5795c-.34715 0-.65087-.28203-.65087-.65083V3.65083c0-.34711.30372-.65083.65087-.65083h3.5795zm6.6602 0c.3688 0 .6508.30372.6508.65083v3.55786c0 .3688-.282.65083-.6508.65083h-3.5579c-.3471 0-.6508-.28203-.6508-.65083V3.65083c0-.34711.3037-.65083.6508-.65083h3.5579zM7.20869 9.68183c.3688 0 .65083.30372.65083.65087v3.5578c0 .3688-.28203.6508-.65083.6508H3.65083c-.34711 0-.65083-.282-.65083-.6508v-3.5578c0-.34715.30372-.65087.65083-.65087h3.55786zm13.36371 0c.3688 0 .6508.30372.6508.65087v3.5578c0 .3688-.282.6508-.6508.6508h-3.5579c-.3471 0-.6508-.282-.6508-.6508v-3.5578c0-.34715.3037-.65087.6508-.65087h3.5579zm-6.6819.0217c.3688 0 .6508.28202.6508.65087v3.5578c0 .3471-.282.6508-.6508.6508h-3.5578c-.36884 0-.65087-.3037-.65087-.6508v-3.5578c0-.36885.28203-.65087.65087-.65087h3.5578zM7.20869 16.3637c.3688 0 .65083.3037.65083.6508v3.5579c0 .3688-.28203.6508-.65083.6508H3.65083c-.34711 0-.65083-.282-.65083-.6508v-3.5579c0-.3471.30372-.6508.65083-.6508h3.55786zm6.70351 0c.3471 0 .6508.3037.6508.6508v3.5579c0 .3688-.3037.6508-.6508.6508h-3.5795c-.34715 0-.65087-.282-.65087-.6508v-3.5579c0-.3471.30372-.6508.65087-.6508h3.5795zm6.6602 0c.3688 0 .6508.3037.6508.6508v3.5579c0 .3688-.282.6508-.6508.6508h-3.5579c-.3471 0-.6508-.282-.6508-.6508v-3.5579c0-.3471.3037-.6508.6508-.6508h3.5579z" clip-rule="evenodd"/></svg>\n',lock:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 12V9c0-2.20914 1.79086-4 4-4 2.2091 0 4 1.79086 4 4v3c.5523 0 1 .4477 1 1v5c0 .5523-.4477 1-1 1H8c-.55228 0-1-.4477-1-1v-5c0-.5523.44772-1 1-1zm6 0V9c0-1.10457-.8954-2-2-2s-2 .89543-2 2v3h4zm-2 5c.8284 0 1.5-.6716 1.5-1.5S12.8284 14 12 14s-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5z" clip-rule="evenodd"/></svg>\n',discovery:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.0682 3c1.6488 0 3.1673.40495 4.5558 1.21488 1.3884.80992 2.4876 1.90908 3.2975 3.29752.8099 1.38843 1.2149 2.907 1.2149 4.5558 0 1.6488-.405 3.1673-1.2149 4.5558-.8099 1.3884-1.9091 2.4876-3.2975 3.2975-1.3885.8099-2.907 1.2149-4.5558 1.2149-1.6488 0-3.16737-.405-4.5558-1.2149-1.38844-.8099-2.4876-1.9091-3.29752-3.2975C3.40495 15.2355 3 13.717 3 12.0682c0-1.6488.40495-3.16737 1.21488-4.5558.80992-1.38844 1.90908-2.4876 3.29752-3.29752C8.90083 3.40495 10.4194 3 12.0682 3zm-.282 1.43182c.0433.10124.0361.20609-.0217.31456-.0579.10848-.1591.24949-.3038.42304-.2748.30372-.4266.55682-.4555.7593-.029.24587-.0977.47365-.2061.68337-.1085.20971-.2061.31456-.2929.31456-.0723 0-.1229-.04339-.1519-.13016-.0434-.13017-.1157-.22779-.2169-.29287-.1012-.06509-.2531-.14102-.45558-.22779-.10124-.02893-.26756-.10124-.49897-.21695-.17355-.10124-.30733-.22417-.40134-.3688-.09401-.14463-.14101-.29648-.14101-.45558-.88224.43389-1.67769 1.05579-2.38637 1.86571.17356.18801.3905.35072.65083.48812.26033.13739.5062.20609.7376.20609.21695 0 .32542-.1157.32542-.34711 0-.13016-.03978-.32541-.11932-.58574-.07955-.26033-.09763-.39773-.05424-.41219.07232-.01446.24225.03616.50982.15186.26756.1157.5315.25671.79183.42304.26034.16632.44112.33626.54236.50981.04339.08678.06508.15909.06508.21694 0 .10124-.047.1844-.14101.24949-.09401.06508-.23502.14101-.42304.22779-.26033.10124-.44834.20247-.56405.30371-.21694.20248-.4158.47366-.59659.81354-.18078.33988-.27118.64721-.27118.92204 0 .6942-.08677.9545-.26033.781-.08677-.0868-.22055-.1772-.40134-.2712-.18078-.094-.36518-.141-.5532-.141-.28926 0-.53512.1374-.7376.4122-.08678.1012-.13017.2024-.13017.3037 0 .1301.06508.2458.19525.3471.13016.1012.32541.2169.58574.3471.24587.1302.43027.2386.5532.3254.12294.0868.19887.188.22779.3037.07232.2748.22418.4122.45558.4122.07232 0 .14825-.0145.22779-.0434.07955-.0289.13378-.0578.16271-.0868.04339-.0433.20971-.065.49896-.065.44835 0 .72314.0867.82439.2603.05785.1012.19524.1808.41219.2386.15909.029.2965.0832.4122.1627.1157.0796.1952.2134.2386.4014.0434.188.1374.329.282.423.1447.094.3327.1844.5641.2712.188.0723.3326.141.4339.2061.1012.0651.1735.1482.2169.2495.0289.1157.0434.2097.0434.282 0 .2893-.0723.6002-.2169.9328-.1447.3327-.3037.5496-.4773.6509-.1591.0868-.3399.2748-.5424.564-.1735.2604-.3254.4411-.4555.5424-.1881.1301-.47731.5134-.86781 1.1498.86781.3182 1.75721.4772 2.66841.4772 1.345 0 2.6105-.3326 3.7965-.9979-.0723-.0145-.141-.1121-.2061-.2929-.0651-.1807-.1338-.4592-.2061-.8352l-.1953-.781c-.1012-.3182-.1518-.6725-.1518-1.063l.0217-.6725c0-.1591-.0145-.2748-.0434-.3471-.0289-.0868-.0579-.2387-.0868-.4556-.0289-.2169-.1121-.3905-.2495-.5207-.1374-.1301-.3652-.2097-.6834-.2386-.5785-.0289-.987-.1265-1.2257-.2929-.2386-.1663-.3579-.4881-.3579-.9654 0-.5351.1591-1.0304.4772-1.486.3182-.4556.6581-.7485 1.0197-.87863.188-.07232.3688-.10848.5423-.10848.2459 0 .4701.11571.6725.34711.1158.1157.4267.2025.9329.2603.4773.0579.7521.1302.8244.217.0868.1012.2386.4122.4556.9328.2892.7087.5062 1.1209.6508 1.2366.1157.0723.2603.1085.4339.1085h.3037c.1591 0 .2459.0434.2603.1301 0 .0723-.1229.2531-.3688.5424-.2459.3182-.4375.5857-.5749.8027-.1374.2169-.2133.4194-.2278.6074 0 .2748-.094.8172-.282 1.6271-.1157.5206-.1735.8171-.1735.8894v.0434c.3615-.3615.6797-.752.9545-1.1715.1012-.3326.188-.5351.2603-.6074.0579-.0434.1013-.0506.1302-.0217.6219-1.1136.9328-2.3285.9328-3.6446v-.1953c-.0289.0579-.0578.1013-.0867.1302-.0579.0868-.2567.2169-.5966.3905-.3399.1735-.5532.2603-.64.2603-.0579 0-.2278-.2675-.5098-.8027-.282-.5351-.4954-.9617-.64-1.2799-.0434-.0868-.0506-.17-.0217-.2495.0289-.0795.0868-.1808.1736-.3037.0867-.12296.1157-.22058.0867-.29289-.0433-.07232-.1265-.07955-.2494-.0217-.123.05785-.2278.09763-.3146.11932-.0868.02169-.1519-.00361-.1953-.07593-.0867-.15909-.1735-.26033-.2603-.30372-.0868-.04339-.1374-.01446-.1518.08678-.029.1157-.0579.19525-.0868.23863-.0289.04339-.0651.04339-.1085 0-.0868-.05785-.188-.30371-.3037-.7376-.0145-.04339-.0434-.06508-.0868-.06508s-.0759.01808-.0976.05423c-.0217.03616-.0109.07593.0325.11932.0579.04339.0868.10847.0868.19525 0 .05785-.0145.14463-.0434.26033-.0144.05785-.0506.09763-.1085.11932-.0578.02169-.1084.02169-.1518 0-.0434-.02169-.0434-.06147 0-.11932l.0434-.10847c0-.05785-.0362-.12293-.1085-.19525-.0723-.07231-.1374-.15186-.1952-.23863-.1157-.13017-.2676-.19525-.4556-.19525-.1157 0-.217.01446-.3037.04339-.029.01446-.1157.14462-.2604.39049-.1157.26033-.2241.43389-.3254.52066-.0868.08678-.1808.13017-.282.13017-.188 0-.3471-.12293-.4773-.3688-.1301-.26033.1446-.45558.8244-.58575.0434-.02892.0651-.05785.0651-.08677 0-.04339-.047-.13378-.141-.27118-.094-.1374-.1194-.21333-.076-.22779.0434-.01446.17-.09039.3797-.22779.2097-.1374.3941-.26395.5532-.37965.0578-.04339.0868-.08678.0868-.13016 0-.04339-.029-.09401-.0868-.15186-.0579-.05785-.0723-.09401-.0434-.10847h.0217c.0434 0 .1157.02531.2169.07593.1013.05062.1881.08677.2604.10847.0723.02169.1084.00361.1084-.05424 0-.07231-.0542-.15547-.1627-.24948-.1084-.09401-.2495-.14825-.423-.16271-.1591 0-.2386-.05062-.2386-.15186 0-.07231.0506-.15909.1518-.26033.1013-.10124.217-.18078.3471-.23864.1013-.04338.2242-.12293.3688-.23863.1302-.10124.2857-.19887.4665-.29287.1807-.09401.3724-.16994.5748-.22779-1.2871-.85331-2.7045-1.27996-4.252-1.27996h-.282zm1.8006 2.58161c.0289 0 .0723.02531.1301.07593.0579.05062.1013.10485.1302.16271.0289.04338.0832.10485.1627.1844.0796.07954.1374.1627.1736.24948.0361.08678.0253.15909-.0326.21694-.0868.08678-.1808.13017-.282.13017-.1446 0-.2314-.05785-.2603-.17356 0-.01446.0108-.03254.0325-.05423.0217-.0217.0615-.04701.1193-.07593.0434-.02893.0217-.14463-.0651-.34711-.0867-.20248-.1301-.31818-.1301-.34711 0-.01446.0072-.02169.0217-.02169zm-.1302.45558c.0289 0 .0434.02892.0434.08678 0 .10124-.0289.18078-.0868.23863-.0434.04339-.094.06508-.1518.06508-.0724 0-.1266-.01446-.1627-.04338-.0362-.02893-.0398-.05786-.0109-.08678l.3471-.26033h.0217zm5.3802 1.04132c-.0868.05785-.1519.13017-.1953.21694-.0434.08678-.0506.16632-.0217.23864.0145.05785.0434.1627.0868.31457.0434.15186.1013.28202.1736.39049.0723.10847.1663.16994.282.1844h.0434c.0868 0 .1301-.03615.1301-.10847 0-.02892-.0216-.10124-.065-.21694s-.0724-.20248-.0868-.26033c-.1446-.34711-.2603-.60021-.3471-.7593zm-1.6271.06508c-.1012 0-.1952.03978-.282.11932-.0868.07955-.1302.16994-.1302.27118 0 .07231.0434.14463.1302.21694.1157.08678.2495.12294.4013.10847.1519-.01446.264-.01446.3363 0h.0651c.0723 0 .1374-.02531.1952-.07593.0579-.05062.0868-.11208.0868-.1844 0-.07231-.0362-.13739-.1085-.19525-.2169-.17355-.4483-.26033-.6942-.26033zM18.75 10.7014c-.0723.1447-.0542.2459.0542.3038.1085.0578.264.1121.4665.1627.2024.0506.3254.0904.3688.1193l.0217.0217-.0434-.4122c-.2604-.2314-.4773-.3471-.6509-.3471-.1012 0-.1735.0506-.2169.1518zm-14.07955.3905c-.05785 0-.09762.047-.11931.1411-.0217.094-.04701.1265-.07593.0976v-.0217c-.02893.3471-.04339.6002-.04339.7593 0 1.374.33264 2.6394.99793 3.7965.66529 1.157 1.56921 2.0754 2.71178 2.7551.08678-.6942.18078-1.2076.28202-1.5403.01447-.0433.0217-.1084.0217-.1952 0-.188-.05424-.3869-.16271-.5966s-.26394-.4592-.46642-.7484c-.21695-.3327-.33265-.5352-.34711-.6075-.01446-.1446.03615-.4194.15186-.8244.08677-.3471.13016-.5495.13016-.6074 0-.1012-.02892-.1519-.08677-.1519-.02893 0-.07232.0145-.13017.0434-.05785.029-.10124.0434-.13016.0434-.04339 0-.15186-.1085-.32542-.3254-.21694-.2603-.33987-.405-.3688-.4339-.15909-.1591-.50619-.3182-1.04132-.4773-.33265-.1157-.51343-.188-.54236-.2169-.04339-.0434-.09762-.188-.1627-.4339-.06509-.2458-.14102-.3905-.22779-.4339-.01447-.0144-.03616-.0217-.06509-.0217z" clip-rule="evenodd"/></svg>\n',edit:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.9458 3c.3905 0 .875.16632 1.4535.49897.5785.33264 1.157.78822 1.7355 1.36673.5785.57852 1.0377 1.15702 1.3776 1.73554.3399.57852.5098 1.06301.5098 1.45351 0 .21695-.0651.3905-.1952.52066L9.60899 18.7934c-.08678.0868-.20971.1735-.3688.2603-.1591.0868-.30372.1374-.43389.1519l-4.98967.781c-.26033.0434-.47004-.0109-.62913-.1627-.15909-.1519-.21694-.358-.17355-.6183l.78099-5.0114c.01446-.1302.06508-.2712.15186-.423.08677-.1519.17355-.2784.26033-.3797L14.4251 3.17355c.1157-.1157.2893-.17355.5207-.17355zM4.72779 14.4112l-.28203 1.909 2.2562 2.2562 1.8874-.3037c.15909-.0289.29649-.1012.41219-.2169l8.80785-8.80787-4.0568-4.03512-8.80787 8.80789c-.1157.1157-.18801.2458-.21694.3905z" clip-rule="evenodd"/></svg>\n',delete:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.75 2c.2121 0 .3902.07197.5341.21591.1439.14394.2159.32197.2159.53409V4h5c.4091 0 .7614.12121 1.0568.36364.2955.24242.4432.53787.4432.88636V6H4v-.75c0-.34849.14773-.64394.44318-.88636C4.73864 4.12121 5.09091 4 5.5 4h5V2.75c0-.21212.0758-.39015.2273-.53409C10.8788 2.07197 11.053 2 11.25 2h1.5zM19 20.5c0 .4242-.1477.7803-.4432 1.0682-.2954.2879-.6477.4318-1.0568.4318h-11c-.40909 0-.76136-.1439-1.05682-.4318C5.14773 21.2803 5 20.9242 5 20.5V7h14v13.5zM7.75 8.5c-.19697 0-.37121.07197-.52273.21591C7.07576 8.85985 7 9.03788 7 9.25v9.5c0 .2121.07197.3902.21591.5341.14394.1439.32197.2159.53409.2159h.5c.21212 0 .39015-.072.53409-.2159C8.92803 19.1402 9 18.9621 9 18.75v-9.5c0-.21212-.07197-.39015-.21591-.53409C8.64015 8.57197 8.46212 8.5 8.25 8.5h-.5zm4 0c-.197 0-.3712.07197-.5227.21591C11.0758 8.85985 11 9.03788 11 9.25v9.5c0 .2121.072.3902.2159.5341.1439.1439.322.2159.5341.2159h.5c.2121 0 .3902-.072.5341-.2159.1439-.1439.2159-.322.2159-.5341v-9.5c0-.21212-.072-.39015-.2159-.53409-.1439-.14394-.322-.21591-.5341-.21591h-.5zm4 0c-.197 0-.3712.07197-.5227.21591C15.0758 8.85985 15 9.03788 15 9.25v9.5c0 .2121.072.3902.2159.5341.1439.1439.322.2159.5341.2159h.5c.2121 0 .3902-.072.5341-.2159.1439-.1439.2159-.322.2159-.5341v-9.5c0-.21212-.072-.39015-.2159-.53409-.1439-.14394-.322-.21591-.5341-.21591h-.5z" clip-rule="evenodd"/></svg>\n',checkbox:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n\t<path fill="currentColor" d="M4 5.43182c0-.3905.14101-.72676.42304-1.00878C4.70506 4.14101 5.04132 4 5.43182 4H18.7955c.3905 0 .7267.14101 1.0087.42304.2821.28202.4231.61828.4231 1.00878V18.7955c0 .3905-.141.7267-.4231 1.0087-.282.2821-.6182.4231-1.0087.4231H5.43182c-.3905 0-.72676-.141-1.00878-.4231C4.14101 19.5222 4 19.186 4 18.7955V5.43182zM18.7087 18.6653V5.4969H5.45351v13.1684H18.7087z" />\n</svg>\n',cancel:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.0899 3c1.6487 0 3.1673.40857 4.5558 1.22572 1.3884.81716 2.4912 1.91993 3.3083 3.30837.8172 1.38844 1.2258 2.90701 1.2258 4.55581 0 1.6487-.405 3.1709-1.2149 4.5666-.8099 1.3957-1.9127 2.4985-3.3084 3.3084-1.3957.8099-2.9179 1.2149-4.5666 1.2149-1.6488 0-3.16737-.4086-4.55581-1.2258-1.38844-.8171-2.49121-1.9199-3.30837-3.3083C3.40857 15.2572 3 13.7386 3 12.0899c0-1.6488.40857-3.16737 1.22572-4.55581.81716-1.38844 1.91993-2.49121 3.30837-3.30837C8.92253 3.40857 10.4411 3 12.0899 3zm6.8337 9.0899c0-1.2294-.3074-2.36469-.9221-3.40602-.6146-1.04132-1.4426-1.86931-2.4839-2.48398-1.0414-.61468-2.1839-.92201-3.4277-.92201-1.4463 0-2.76241.41942-3.94837 1.25827l9.50207 9.50204c.8533-1.1715 1.28-2.4876 1.28-3.9483zm-13.64571 0c0 1.2293.30733 2.3646.92201 3.406.61467 1.0413 1.44266 1.8693 2.48398 2.484 1.04133.6146 2.17662.922 3.40602.922.7376 0 1.4426-.1085 2.1152-.3255.6725-.2169 1.2908-.5278 1.8548-.9328L6.55785 8.11983c-.85331 1.20042-1.27996 2.52377-1.27996 3.97007z" clip-rule="evenodd"/></svg>\n',industry:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.3585 5c.188 0 .4013.05062.64.15186.2386.10124.4302.22417.5748.3688l7.9401 7.91834c.2893.2893.4339.6292.4339 1.0197 0 .3905-.1446.7303-.4339 1.0196l-4.0568 4.0351c-.2892.2893-.6219.4339-.9979.4339-.3905 0-.7304-.1446-1.0197-.4339L5.49897 11.595c-.14463-.1446-.26395-.3362-.35796-.5749C5.047 10.7815 5 10.561 5 10.3585V5.71591c0-.20248.07231-.37242.21694-.50981C5.36157 5.0687 5.52789 5 5.71591 5h4.64259zM8.81818 7.27789c-.21694-.21694-.47727-.32541-.78099-.32541-.30372 0-.56405.10847-.78099.32541-.20248.20248-.30372.45558-.30372.7593 0 .28926.10124.54959.30372.78099.21694.21695.47727.32541.78099.32541.30372 0 .56405-.10846.78099-.32541.20248-.20248.30372-.46281.30372-.78099 0-.31818-.10124-.57128-.30372-.7593z" clip-rule="evenodd"/></svg>\n',network:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.9081 12.1116c-.4918 1.2582-1.3053 2.2815-2.4406 3.0697-1.1354.7882-2.3972 1.1823-3.78568 1.1823-1.21488 0-2.33212-.3001-3.35176-.9003-1.01963-.6002-1.82954-1.4101-2.42975-2.4297C3.3001 12.0139 3 10.8967 3 9.68182c0-1.21488.3001-2.33212.90031-3.35176.60021-1.01963 1.41012-1.82954 2.42975-2.42975C7.3497 3.3001 8.46694 3 9.68182 3c1.22938 0 2.35748.31095 3.38428.93285 1.0269.62191 1.8368 1.45351 2.4298 2.49484-.3038-.05786-.6509-.08678-1.0414-.08678-.5785 0-1.1931.07231-1.844.21694-.3905-.36157-.8388-.64721-1.345-.85692-.5062-.20971-1.0341-.31457-1.58368-.31457-.781 0-1.50052.19163-2.15858.5749-.65806.38327-1.17871.90392-1.56198 1.56198s-.5749 1.37758-.5749 2.15858c0 .78098.19163 1.50048.5749 2.15858.38327.6581.90392 1.1787 1.56198 1.562.65806.3832 1.37758.5749 2.15858.5749.75208 0 1.45348-.188 2.10438-.5641.6508-.376 1.1714-.875 1.5619-1.4969.3616-.1446.7304-.2169 1.1064-.2169.5062 0 .9907.1374 1.4536.4122zm-1.4536-4.33887c1.2149 0 2.3322.3001 3.3518.90031 1.0196.60021 1.8295 1.41016 2.4298 2.42976.6002 1.0196.9003 2.1369.9003 3.3517 0 1.2149-.3001 2.3322-.9003 3.3518-.6003 1.0196-1.4102 1.8295-2.4298 2.4298-1.0196.6002-2.1369.9003-3.3518.9003-1.2438 0-2.3827-.3074-3.4168-.922-1.0341-.6147-1.84038-1.4427-2.4189-2.484.34711.0434.70145.0651 1.06302.0651.63638 0 1.24378-.0651 1.82228-.1953.3905.3616.8389.6436 1.3451.8461s1.0413.3037 1.6053.3037c.781 0 1.5006-.1916 2.1586-.5749.6581-.3833 1.1787-.9039 1.562-1.562.3833-.658.5749-1.3776.5749-2.1586 0-.781-.1916-1.5005-.5749-2.1585-.3833-.6581-.9039-1.1787-1.562-1.562-.658-.3833-1.3776-.5749-2.1586-.5749-.7665 0-1.4752.1844-2.126.5532-.6508.3688-1.1715.8714-1.562 1.5077-.3471.1591-.7086.2387-1.08468.2387-.52067 0-1.0124-.1374-1.47521-.4122.49174-1.2727 1.30526-2.30321 2.44059-3.09144 1.1353-.78823 2.4044-1.18233 3.8073-1.18233z" clip-rule="evenodd"/></svg>\n',pay:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.1591 3c.1302 0 .2422.04339.3363.13017.094.08677.141.20247.141.3471v1.43182h.4772c.7232 0 1.3957.16994 2.0176.50982.6219.33987 1.1353.79906 1.5403 1.37758.4049.57851.6436 1.2221.7159 1.93078v.04339c0 .1157-.047.21694-.141.30372-.094.08678-.1989.13017-.3146.13017h-1.9091c-.1301 0-.2458-.04701-.3471-.14102-.1012-.09401-.1735-.20609-.2169-.33626-.1013-.28926-.2712-.52066-.5098-.69421-.2387-.17356-.5171-.26033-.8353-.26033h-3.8181c-.39054 0-.7268.13739-1.00883.41219-.28202.27479-.42303.61466-.42303 1.01963 0 .39049.14101.72675.42303 1.00875.28203.2821.61829.4231 1.00883.4231h3.8181c.781 0 1.5006.1916 2.1586.5749.6581.3832 1.1787.9039 1.562 1.5619.3833.6581.5749 1.3776.5749 2.1586 0 .781-.1916 1.5005-.5749 2.1586-.3833.6581-.9039 1.1787-1.562 1.562-.658.3832-1.3776.5749-2.1586.5749h-.4772v1.4318c0 .1302-.047.2422-.141.3363-.0941.094-.2061.141-.3363.141H11.25c-.1302 0-.2423-.047-.3363-.141-.094-.0941-.141-.2061-.141-.3363v-1.4318h-.4772c-.72319 0-1.3957-.17-2.01761-.5098-.6219-.3399-1.13533-.7991-1.54029-1.3776-.40496-.5785-.64359-1.2221-.71591-1.9308v-.0434c0-.1157.04701-.2169.14102-.3037.09401-.0868.19886-.1302.31456-.1302h1.90909c.13017 0 .24587.0434.34711.1302.10124.0868.17355.1952.21694.3254.10124.2893.2748.5243.52066.7051.24587.1807.52066.2711.82443.2711h3.8181c.3905 0 .7268-.141 1.0088-.423.282-.282.4231-.6183.4231-1.0088 0-.4049-.1411-.7448-.4231-1.0196-.282-.2748-.6183-.4122-1.0088-.4122h-3.8181c-.78104 0-1.50056-.1916-2.15862-.5749-.65806-.3833-1.17872-.9039-1.56198-1.562C6.19163 10.7051 6 9.98554 6 9.20455c0-.781.19163-1.50052.5749-2.15858.38326-.65806.90392-1.17872 1.56198-1.56198.65806-.38327 1.37758-.5749 2.15862-.5749h.4772V3.47727c0-.14463.047-.26033.141-.3471C11.0077 3.04339 11.1198 3 11.25 3h1.9091z" clip-rule="evenodd"/></svg>\n',preview:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.5289 18.8151c0 .2025-.0651.3688-.1952.4989l-1.0197 1.0197c-.1301.1446-.2964.2169-.4989.2169s-.3761-.0723-.5207-.2169l-3.3626-3.3626c-1.3016.8677-2.7334 1.3016-4.2954 1.3016-1.38847 0-2.66842-.3398-3.83991-1.0196-1.1715-.6798-2.09711-1.6054-2.77686-2.7769C3.33987 13.3047 3 12.0248 3 10.6364c0-1.37401.34349-2.64672 1.03048-3.81822.68698-1.17149 1.61259-2.10072 2.77685-2.7877C7.9716 3.34349 9.24793 3 10.6364 3c1.3739 0 2.6467.34349 3.8181 1.03048 1.1715.68698 2.1008 1.61621 2.7878 2.7877.6869 1.1715 1.0304 2.44421 1.0304 3.81822 0 1.562-.4411 2.9938-1.3233 4.2954l3.3843 3.3843c.1301.1591.1952.3254.1952.499zm-9.8925-2.4515c1.0413 0 1.9994-.2567 2.8744-.7701.8751-.5134 1.5693-1.2076 2.0827-2.0827.5134-.875.7701-1.8331.7701-2.8744 0-1.0269-.2567-1.98144-.7701-2.86367-.5134-.88224-1.2076-1.58006-2.0827-2.09349-.875-.51344-1.8331-.77015-2.8744-.77015-1.04136 0-1.99952.25671-2.87452.77015-.875.51343-1.56921 1.21125-2.08264 2.09349-.51344.88223-.77015 1.83677-.77015 2.86367 0 1.0413.25671 1.9994.77015 2.8744.51343.8751 1.20764 1.5693 2.08264 2.0827.875.5134 1.83316.7701 2.87452.7701zM7.55579 7.01343c.41942-.36157.89307-.64359 1.42097-.84607.52789-.20249 1.08104-.30372 1.65964-.30372.5785 0 1.1317.10123 1.6596.30372.5279.20248 1.0015.4845 1.4209.84607H7.55579zm-1.1498 1.43182h8.46071c.2314.41942.3905.89669.4773 1.43182H5.92872c.08678-.53513.24587-1.0124.47727-1.43182zm-.49897 2.86365h9.45868c-.0578.4773-.2025.9545-.4339 1.4318H6.34091c-.23141-.4773-.37603-.9545-.43389-1.4318zm4.72938 4.1002c-.6075 0-1.19322-.1085-1.75727-.3254-.56405-.217-1.05578-.5207-1.4752-.9112h6.44317c-.4339.3905-.9256.6942-1.4752.9112-.5496.2169-1.1281.3254-1.7355.3254z" clip-rule="evenodd"/></svg>\n',send:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.5506 3.3905c0 .05785-.0217.14462-.0651.26033L12.0682 20.5072c-.1157.2025-.2676.3038-.4556.3038-.1446 0-.2748-.0579-.3905-.1736L8.79236 18.186l-1.43182 1.8006c-.04339.0578-.07955.0831-.10847.0759-.02893-.0072-.04339-.047-.04339-.1193v-3.3409L18.3378 5.47314 5.77686 15.1705l-2.60331-2.6034C3.05785 12.4514 3 12.3285 3 12.1983c0-.188.10124-.3398.30372-.4555L20.1601 3.32541c.188-.08677.311-.10124.3688-.04339L20.811 3l-.2604.32541v.06509z" clip-rule="evenodd"/></svg>\n',associated:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 14"><path fill="currentColor" fill-rule="evenodd" d="M9.41677.333336c.26351 0 .47727.213616.47727.477274V11.6255c0 .2603-.21376.4773-.47727.4773H1.14402c-.263656 0-.477272-.217-.477272-.4773V.81061c0-.263658.213616-.477274.477272-.477274h8.27275zm-.47727.954544H1.6213v9.86032h7.3182V1.28788zm2.0682.63637c.2635 0 .4773.21361.4773.47727V13.2164c0 .2603-.2138.4773-.4773.4773H2.73494c-.26366 0-.47728-.217-.47728-.4773v-.4773h8.27274V1.92425h.4773z" clip-rule="evenodd"/></svg>\n',more:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><circle cx="6" cy="12" r="2" fill="currentColor" fill-rule="evenodd" /><circle cx="12" cy="12" r="2" fill="currentColor" fill-rule="evenodd" /><circle cx="18" cy="12" r="2" fill="currentColor" fill-rule="evenodd" /></svg>\n',calendar:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14 4v2h-4V4H8v2H4v14h16V6h-4V4h-2Zm-8 8v6h12v-6H6Zm0-2h12V8H6v2Z" clip-rule="evenodd"/></svg>\n',"company-size":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.0227 5c.6942 0 1.3342.16994 1.92.50981.5857.33988 1.0485.80269 1.3884 1.38843.3399.58575.5098 1.22572.5098 1.91994 0 .76653-.2097 1.46432-.6291 2.09352-.4194.6291-.969 1.0955-1.6488 1.3993.998.1301 1.8946.376 2.6901.7376.7955.3615 1.421.8026 1.8766 1.3233.4555.5207.6833 1.0775.6833 1.6705v2.9721c0 .3471-.1229.6436-.3688.8894-.2459.2459-.5496.3688-.9111.3688H6.5124c-.36158 0-.66529-.1229-.91116-.3688-.24587-.2458-.3688-.5423-.3688-.8894v-2.9721c0-.593.22779-1.1498.68337-1.6705.45558-.5207 1.08109-.9618 1.87655-1.3233.79545-.3616 1.69214-.6075 2.69004-.7376-.67972-.3038-1.2293-.7702-1.64872-1.3993-.41943-.6292-.62913-1.32699-.62913-2.09352 0-.69422.16993-1.33419.50981-1.91994.33988-.58574.80268-1.04855 1.38844-1.38843C10.6885 5.16994 11.3285 5 12.0227 5zm-3.55782.65083c-.3905.43388-.6906.92561-.90031 1.4752C7.35485 7.67562 7.25 8.23967 7.25 8.81818c0 .95455.26033 1.82952.78099 2.62502.05785.1157.08678.1952.08678.2386 0 .1302-.08678.2314-.26033.3037-.59298.2314-1.14979.5279-1.67046.8895-.6219.4194-1.09555.9039-1.42097 1.4535-.32541.5496-.48812 1.1209-.48812 1.7139v2.2128H2.97624c-.2748 0-.5062-.094-.69422-.2821C2.09401 17.7851 2 17.5537 2 17.2789v-3.3626c0-.6942.38326-1.3089 1.14979-1.844.76654-.5351 1.73553-.8822 2.90703-1.0413-.52067-.2314-.9437-.5894-1.26911-1.07387-.32542-.48451-.48812-1.02324-.48812-1.61622 0-.53513.13378-1.03047.40134-1.48605.26756-.45559.62551-.81715 1.07386-1.08472.44835-.26756.94008-.40134 1.47521-.40134.40496 0 .80992.09401 1.21488.28203zm8.33062-.28203c.5351 0 1.0268.13378 1.4752.40134.4483.26757.8063.62913 1.0738 1.08472.2676.45558.4014.95092.4014 1.48605 0 .59298-.1627 1.13171-.4882 1.61622-.3254.48447-.7484.84247-1.2691 1.07387 1.1715.1591 2.1405.5062 2.9071 1.0413.7665.5351 1.1498 1.1498 1.1498 1.844v3.3626c0 .2748-.0941.5062-.2821.6942-.188.1881-.4194.2821-.6942.2821h-1.3016v-2.2128c0-.593-.1627-1.1643-.4882-1.7139-.3254-.5496-.799-1.0341-1.4209-1.4535-.5207-.3616-1.0775-.6581-1.6705-.8895-.1735-.0723-.2603-.1735-.2603-.3037 0-.0434.0289-.1229.0868-.2386.5206-.7955.781-1.67047.781-2.62502 0-.57851-.1049-1.14256-.3146-1.69215s-.5098-1.04132-.9003-1.4752c.4049-.18802.8099-.28203 1.2149-.28203z" clip-rule="evenodd"/></svg>\n',"insert-from-inventory":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.3295 4c.2025 0 .3725.0687.5099.2061.1374.13739.2061.30733.2061.50981V19.5114c0 .2024-.0687.3724-.2061.5098-.1374.1374-.3074.2061-.5099.2061H4.57955c-.18802 0-.35434-.0687-.49897-.2061-.14463-.1374-.21694-.3074-.21694-.5098v-4.5341L1 12.1136 3.86364 9.25V4.71591c0-.20248.07231-.37242.21694-.50981C4.22521 4.0687 4.39153 4 4.57955 4H20.3295zM8.15909 9.25V7.34091H6.25V9.25h1.90909zm10.50001 0V7.34091H9.59091V9.25h9.06819zM8.15909 13.0682v-1.9091H6.25v1.9091h1.90909zm10.50001 0v-1.9091H9.59091v1.9091h9.06819zM8.15909 16.8864v-1.9091H6.25v1.9091h1.90909zm10.50001 0v-1.9091H9.59091v1.9091h9.06819z" clip-rule="evenodd"/></svg>\n',"all-documents":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.5455 2l4.2954 4.29546V17.9859c0 .3905-.3206.7159-.7159.7159H4.71591c-.39549 0-.71591-.3254-.71591-.7159V2.71591C4 2.32042 4.32042 2 4.71591 2h8.82959zm-.9546 1.43182H5.43182V17.2699H16.4091V7.25001h-3.8182V3.43182zm6.2046 3.81819l1.4318 1.43182V20.3722c0 .3905-.3206.7159-.7159.7159H7.10228c-.39549 0-.71591-.3254-.71591-.7159v-.7159H18.7955V7.25001z" clip-rule="evenodd"/></svg>\n',"check-alt":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.6972073 4.030925c-4.401322-.3850657-8.2812165 2.8705511-8.6662823 7.2718713-.3850658 4.4013201 2.8705523 8.2812131 7.2718743 8.6662787 4.4013219.3850657 8.2812165-2.8705511 8.6662823-7.2718713.3850658-4.4013201-2.8713493-8.2812828-7.2718743-8.6662787zm-2.0877022 12.4448537l-3.9001718-3.4778711 1.3969989-1.5506586 2.3401031 2.0867226 4.8894961-5.427305 1.5600688 1.3911484-6.2864951 6.9779637z"/></svg>\n',"arrow-up":'<svg\n\twidth="20px"\n\theight="20px"\n\tviewBox="0 0 16 16"\n\tversion="1.1"\n\txmlns="http://www.w3.org/2000/svg"\n\txmlns:xlink="http://www.w3.org/1999/xlink"\n>\n\t<path\n\t\tstroke="none"\n\t\tfill="currentColor"\n\t\td="M8.01904762,16 C6.55872286,16 5.21587914,15.6412734 3.99047619,14.9238095 C2.76507324,14.2063456 1.79365438,13.2349268 1.07619048,12.0095238 C0.358726571,10.7841209 0,9.44127714 0,7.98095238 C0,6.5333261 0.358726571,5.2000061 1.07619048,3.98095238 C1.79365438,2.76189867 2.76507324,1.79365438 3.99047619,1.07619048 C5.21587914,0.358726571 6.55872286,0 8.01904762,0 C9.4666739,0 10.7999939,0.358726571 12.0190476,1.07619048 C13.2381013,1.79365438 14.2063456,2.76189867 14.9238095,3.98095238 C15.6412734,5.2000061 16,6.5333261 16,7.98095238 C16,9.44127714 15.6412734,10.7841209 14.9238095,12.0095238 C14.2063456,13.2349268 13.2381013,14.2063456 12.0190476,14.9238095 C10.7999939,15.6412734 9.4666739,16 8.01904762,16 Z M8.91428571,13.1428571 L8.91428571,6.7047619 L11.7714286,9.61904762 L11.8857143,9.61904762 L13.1047619,8.36190476 C13.1301589,8.36190476 13.1428571,8.35238105 13.1428571,8.33333333 C13.1428571,8.31428562 13.1301589,8.3047619 13.1047619,8.3047619 L9.23809524,4.45714286 L8.91428571,4.11428571 L8.91428571,4.07619048 C8.91428571,4.063492 8.90793657,4.05714286 8.8952381,4.05714286 L8.83809524,4.05714286 L8.01904762,3.2 L7.92380952,3.2 L7.08571429,4.05714286 L6.7047619,4.45714286 L2.85714286,8.3047619 C2.84444438,8.3047619 2.83809524,8.31428562 2.83809524,8.33333333 C2.83809524,8.35238105 2.84444438,8.36190476 2.85714286,8.36190476 L4.07619048,9.61904762 L4.17142857,9.61904762 L7.08571429,6.66666667 L7.08571429,13.1428571 C7.08571429,13.1682541 7.09206343,13.1809524 7.1047619,13.1809524 L8.8952381,13.1809524 C8.90793657,13.1809524 8.91428571,13.1682541 8.91428571,13.1428571 Z"\n\t\tid="Icon"\n\t></path>\n</svg>\n',"arrow-down-short":'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n\t\t<path d="M7.29289322,10.7071068 C6.66292836,10.0771419 7.10909515,9 8,9 L16,9 C16.8909049,9 17.3370716,10.0771419 16.7071068,10.7071068 L12.7071068,14.7071068 C12.3165825,15.0976311 11.6834175,15.0976311 11.2928932,14.7071068 L7.29289322,10.7071068 Z" fill="currentColor"></path>\n</svg>\n',"arrow-left-skip":'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n\t<path d="M7,7 L9,7 L9,17 L7,17 L7,7 Z M15.2969027,7.28888371 C15.9268676,6.65891885 17.0040095,7.10508564 17.0040095,7.99599049 L17.0040095,15.9959905 C17.0040095,16.8868953 15.9268676,17.3330621 15.2969027,16.7030973 L11.2969027,12.7030973 C10.9063784,12.312573 10.9063784,11.679408 11.2969027,11.2888837 L15.2969027,7.28888371 Z" fill="currentColor"></path>\n</svg>\n',"arrow-left":'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n\t<path d="M5.30084531,12.9360446 C4.89971823,12.6208269 4.89971823,12.1097101 5.30084531,11.7947093 L12.4692812,6.16222707 C12.8704083,5.84700943 13.1956055,6.00516047 13.1956055,6.51519253 L13.1956055,10.5180013 L19.969423,10.5180013 L19.969423,14.2127516 L13.1956055,14.2127516 L13.1956055,18.2127403 C13.1956055,18.7334027 12.8704083,18.8852625 12.4692812,18.5598486 L5.30084531,12.9360443 L5.30084531,12.9360446 Z" fill="currentColor"></path>\n</svg>\n',"close-clear":'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/close-clear" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <rect id="placeholder" x="0" y="0" width="24" height="24"></rect>\n <path d="M11.9984707,10.5842571 L16.2898345,6.29289322 C16.6803588,5.90236893 17.3135238,5.90236893 17.7040481,6.29289322 C18.0945724,6.68341751 18.0945724,7.31658249 17.7040481,7.70710678 L13.4126842,11.9984707 L17.7040481,16.2898345 C18.0945724,16.6803588 18.0945724,17.3135238 17.7040481,17.7040481 C17.3135238,18.0945724 16.6803588,18.0945724 16.2898345,17.7040481 L11.9984707,13.4126842 L7.70710678,17.7040481 C7.31658249,18.0945724 6.68341751,18.0945724 6.29289322,17.7040481 C5.90236893,17.3135238 5.90236893,16.6803588 6.29289322,16.2898345 L10.5842571,11.9984707 L6.29289322,7.70710678 C5.90236893,7.31658249 5.90236893,6.68341751 6.29289322,6.29289322 C6.68341751,5.90236893 7.31658249,5.90236893 7.70710678,6.29289322 L11.9984707,10.5842571 Z" id="icon" fill="currentColor"></path>\n </g>\n</svg>\n',"menu-switch":'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M20.355 4a.84.84 0 01.619.25.84.84 0 01.25.618v1.15a.85.85 0 01-.25.607.822.822 0 01-.619.26H3.868a.833.833 0 01-.608-.26.833.833 0 01-.26-.607v-1.15c0-.246.087-.452.26-.619A.85.85 0 013.868 4h16.487zm0 6.14a.84.84 0 01.619.249.84.84 0 01.25.618v1.15a.85.85 0 01-.25.607.822.822 0 01-.619.26H3.868a.833.833 0 01-.608-.26.833.833 0 01-.26-.607v-1.15c0-.246.087-.452.26-.618a.85.85 0 01.608-.25h16.487zm0 6.16a.84.84 0 01.619.25.84.84 0 01.25.618v1.15a.84.84 0 01-.25.618.84.84 0 01-.619.25H3.868a.85.85 0 01-.608-.25.822.822 0 01-.26-.618v-1.15c0-.245.087-.452.26-.618a.85.85 0 01.608-.25h16.487z" fill="currentColor" fill-rule="evenodd"/></svg>\n',"add-to-archive":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.10868 8.88739V6.77871H4V5.10868h2.10868V3h1.66981v2.10868h2.10868v1.67003H7.77849v2.10868H6.10868zM4.93481 18.4463v-5.7188l.87037-2.3176h1.78826l-.74628 2.3176H10.435l.8925 1.7485h2.3677l.9651-1.7485h3.6063l-1.9124-5.8644-4.9443-.01172V5.11454h5.8913l2.8593 7.61296v5.7188H4.93481z" clip-rule="evenodd"/></svg>\n',"checkbox-on":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n\t<path fill="currentColor" fill-rule="evenodd" d="M5.43182 20.2273c-.3905 0-.72676-.141-1.00878-.4231C4.14101 19.5222 4 19.186 4 18.7955V5.43182c0-.3905.14101-.72676.42304-1.00878C4.70506 4.14101 5.04132 4 5.43182 4H18.7955c.3905 0 .7267.14101 1.0087.42304.2821.28202.4231.61828.4231 1.00878V18.7955c0 .3905-.141.7267-.4231 1.0087-.282.2821-.6182.4231-1.0087.4231H5.43182zm5.24998-7.1591l-1.90907-1.9091-1.43182 1.4318 3.34089 3.3409 6.2046-6.20453-1.4319-1.43182-4.7727 4.77275z" />\n</svg>\n',"company-profile":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.5723 3c.188 0 .3435.06147.4664.1844.123.12294.1844.27841.1844.46643V20.5723c0 .188-.0614.3435-.1844.4664-.1229.123-.2784.1844-.4664.1844h-8.2004V9.81198c0-.30372-.1085-.56043-.3254-.77014-.217-.20971-.4701-.31457-.7593-.31457H8.59711V3.65083c0-.18802.06508-.34349.19525-.46643C8.92252 3.06147 9.07438 3 9.24793 3H20.5723zM10.094 4.95248v2.21281h2.2128V4.95248H10.094zm3.7748 0v2.21281h2.2128V4.95248h-2.2128zm3.7748 0v2.21281h2.2128V4.95248h-2.2128zm-3.7748 3.77479v2.21283h2.2128V8.72727h-2.2128zm3.7748 0v2.21283h2.2128V8.72727h-2.2128zM9.98554 10.4194c.18806 0 .34346.0615.46646.1844.1229.123.1844.2784.1844.4664v10.1529H3.65083c-.17356 0-.32542-.065-.45558-.1952C3.06508 20.8977 3 20.7386 3 20.5506v-9.4804c0-.188.06508-.3434.19525-.4664.13016-.1229.28202-.1844.45558-.1844h6.33471zm3.88326 2.1694v2.2129h2.2128v-2.2129h-2.2128zm3.7748 0v2.2129h2.2128v-2.2129h-2.2128zm-3.7748 3.9701V18.75h2.2128v-2.1911h-2.2128zm3.7748 0V18.75h2.2128v-2.1911h-2.2128z" clip-rule="evenodd"/></svg>\n'};Object.keys(a).forEach((function(t){a[t]=o.html([a[t]])}));var d,h={ICON_WRAPPER:"icon-wrapper",CIRCULAR_BG:"circular-background"};s({},o.helpers.classNamesToSelector(h));var v,p,g=o.constants.colors,u=o.constants.colorModifiers,w={DEFAULT:"default",INVERTED:"inverted",PRIMARY:"primary",DANGER:"danger",ERROR:"error",SUCCESS:"success",ACTIVE:"active",INFO:"info",FOCUS:"focus",WARNING:"warning",DISABLED:"disabled",DISABLED_CHECKED:"disabled-checked",SUGGESTED:"suggested",SLATE_LIGHTEST:"slate-lightest",GRAY_DARKER:"gray-darker",ACTION:"action"},f=((d={})[w.DEFAULT]=g.SLATE,d[w.INVERTED]=g.WHITE,d[w.DANGER]=g.RED,d[w.ERROR]=g.RED,d[w.SUCCESS]=g.GREEN,d[w.PRIMARY]=g.BLUE,d[w.ACTIVE]=g.BLUE,d[w.INFO]=g.BLUE,d[w.FOCUS]=g.BLUE,d[w.WARNING]=g.ORANGE,d[w.DISABLED]=g.GRAY+u.LIGHTER,d[w.SUGGESTED]=g.PURPLE,d[w.DISABLED_CHECKED]=g.GRAY+u.LIGHT,d[w.SLATE_LIGHTEST]=g.SLATE+u.LIGHTEST,d[w.GRAY_DARKER]=g.GRAY+u.DARKER,d[w.ACTION]=g.GRAY,d),b="medium",x=function(t){var e,r,n,s;function d(){var o=t.call(this)||this;return o.size=b,o}return r=t,(e=d).prototype=Object.create(r.prototype),e.prototype.constructor=e,i(e,r),d.prototype.render=function(){return o.html(v||(v=c([' <span class="','"> '," </span> "])),h.ICON_WRAPPER,a[this.icon])},n=d,s=[{key:"styles",get:function(){var t=Object.keys(w).map((function(t){var e=w[t],r=f[e];return o.css(p||(p=c(["\n\t\t\t\t:host([type='","']) {\n\t\t\t\t\t--ts-icon-color: var(--ts-color-",");\n\t\t\t\t}\n\t\t\t"])),o.unsafeCSS(e),o.unsafeCSS(r))}));return[o.TSElement.styles,o.unsafeCSS(':host{display:inline-block}:host svg{color:var(--ts-icon-color)}.fill-none{fill:none}:host([size=small]) .icon-wrapper{height:12px;height:var(--ts-fontsize-mini);width:12px;width:var(--ts-fontsize-mini)}:host([size=medium]) .icon-wrapper{height:16px;height:var(--ts-fontsize-medium);width:16px;width:var(--ts-fontsize-medium)}:host([size=large]) .icon-wrapper{height:24px;height:var(--ts-fontsize-xbig);width:24px;width:var(--ts-fontsize-xbig)}:host([size=extra-large]) .icon-wrapper{height:60px;height:var(--ts-unit-triple);width:60px;width:var(--ts-unit-triple)}:host([rotate="90"]) .icon-wrapper{-webkit-transform:rotate(90deg);transform:rotate(90deg)}:host([rotate="180"]) .icon-wrapper{-webkit-transform:rotate(180deg);transform:rotate(180deg)}:host([rotate="270"]) .icon-wrapper{-webkit-transform:rotate(270deg);transform:rotate(270deg)}:host([flip=h]) .icon-wrapper,:host([flip=horizontal]) .icon-wrapper{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:host([flip=v]) .icon-wrapper,:host([flip=vertical]) .icon-wrapper{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.icon-wrapper{display:block;height:0;padding-top:100%;position:relative;width:100%}svg{height:100%;left:0;position:absolute;top:0;width:100%}:host([type=default]) svg{color:#1f2a2e;color:var(--ts-color-slate)}:host([type=inverted]) svg{color:#fff;color:var(--ts-color-white)}:host([type=primary]) svg{color:#00aeff;color:var(--ts-color-blue)}:host([type=danger]) svg{color:#bd0000;color:var(--ts-color-red)}:host([type=error]) svg{color:#bd0000;color:var(--ts-color-red)}:host([type=success]) svg{color:#50c610;color:var(--ts-color-green)}:host([type=active]) svg{color:#00aeff;color:var(--ts-color-blue)}:host([type=info]) svg{color:#00aeff;color:var(--ts-color-blue)}:host([type=focus]) svg{color:#00aeff;color:var(--ts-color-blue)}:host([type=warning]) svg{color:#ff8c00;color:var(--ts-color-orange)}:host([type=disabled]) svg{color:#e6ecef;color:var(--ts-color-gray-lighter)}:host([type=disabled-checked]) svg{color:#cbd7dc;color:var(--ts-color-gray-light)}:host([type=suggested]) svg{color:#90129b;color:var(--ts-color-purple)}:host([type=slate-lightest]) svg{color:#506b77;color:var(--ts-color-slate-lightest)}:host([type=gray-darker]) svg{color:#648796;color:var(--ts-color-gray-darker)}:host([type=action]) svg{color:#9ab2bc;color:var(--ts-color-gray)}:host([circular]){background-color:var(--ts-icon-color);border-radius:50%}:host([circular]) svg{color:#fff;color:var(--ts-color-white)}')].concat(t)}},{key:"properties",get:function(){return{icon:{type:String,reflect:!0},size:{type:String,reflect:!0},type:{type:String,reflect:!0},circular:{type:Boolean,reflect:!0},rotate:{type:Number,reflect:!0},flip:{type:String,reflect:!0}}}}],null&&l(n.prototype,null),s&&l(n,s),d}(o.TSElement);o.customElementDefineHelper("ts-icon",x);var m,y,C={PRIMARY:"primary",SECONDARY:"secondary",TEXT:"text",ACCEPT:"accept",WARNING:"warning",DANGER:"danger"},k=function(t){var l,s;function i(){var o=t.call(this)||this;return o.grouped=!1,o}s=t,(l=i).prototype=Object.create(s.prototype),l.prototype.constructor=l,r(l,s);var c,a,d,h=i.prototype;return h.attributeChangedCallback=function(o,e,r){var n=this;t.prototype.attributeChangedCallback.call(this,o,e,r),"focused"===o&&this.focused&&window.customElements.whenDefined("ts-button").then((function(){return n.shadowRoot.getElementById("button").focus()}))},h.clickHandler=function(t){this.disabled||this.busy||this.dispatchCustomEvent("button-click",t)},h.render=function(){return o.html(m||(m=n(['\n\t\t\t<button id="button" ?disabled="','" dir="','" @click="','">\n\t\t\t\t',"\n\t\t\t\t<span>\n\t\t\t\t\t\x3c!-- Text of the button should be wrapped around `ts-button` element --\x3e\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t"],['\n\t\t\t<button id="button" ?disabled="','" dir="','" @click="','">\n\t\t\t\t',"\n\t\t\t\t<span>\n\t\t\t\t\t\x3c!-- Text of the button should be wrapped around \\`ts-button\\` element --\x3e\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t"])),this.disabled,this.direction,this.clickHandler,this.icon?o.html(y||(y=n([' <ts-icon icon="','" size="large" type="','"></ts-icon> '])),this.icon,this.iconType):"")},c=i,d=[{key:"styles",get:function(){return[o.TSElement.styles,o.unsafeCSS(":host{--ts-box-shadow-color:transparent;display:inline-block;font-size:14px;font-size:var(--ts-font-size-default);line-height:20px;line-height:var(--ts-unit)}:host>button{border:none;border-radius:40px;border-radius:var(--ts-unit-double);box-shadow:inset 0 0 0 2px var(--ts-box-shadow-color);box-shadow:var(--ts-boxshadow-focus-border) var(--ts-box-shadow-color);font-size:14px;font-size:var(--ts-font-size-default);min-width:40px;min-width:var(--ts-unit-double);padding:0;position:relative}:host span{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-weight:600;font-weight:var(--ts-fontweight-semibold);line-height:20px;line-height:var(--ts-unit);padding:10px 20px;padding:var(--ts-unit-half) var(--ts-unit);text-transform:uppercase;white-space:nowrap}:host(:not([busy]))>button:hover{background:#e6ecef;background:var(--ts-color-gray-lighter);cursor:pointer}:host(:not([type]))>button,:host([type=secondary])>button{background:#fff;background:var(--ts-color-white);box-shadow:inset 0 0 0 1px #cbd7dc;box-shadow:var(--ts-boxshadow-border-default)}:host(:not([type]))>button:focus,:host([type=secondary])>button:focus{box-shadow:inset 0 0 0 2px #00aeff;box-shadow:var(--ts-boxshadow-focus-border) var(--ts-color-blue)}:host(.no-border)>button{background:transparent;box-shadow:none}:host(.no-border)>button:focus{box-shadow:none}:host([type=primary])>button{background:#00aeff;background:var(--ts-color-blue);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=primary])>button:hover{background:#0085cc;background:var(--ts-color-blue-dark)}:host(:not([busy])[type=primary])>button:focus{--ts-box-shadow-color:var(--ts-color-blue-darker)}:host([type=accept])>button{background:#50c610;background:var(--ts-color-green);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=accept])>button:hover{background:#399d0b;background:var(--ts-color-green-dark)}:host(:not([busy])[type=accept])>button:focus{--ts-box-shadow-color:var(--ts-color-green-darker)}:host([type=warning])>button{background:#ff8c00;background:var(--ts-color-orange);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=warning])>button:hover{background:#f07c00;background:var(--ts-color-orange-dark)}:host(:not([busy])[type=warning])>button:focus{--ts-box-shadow-color:var(--ts-color-orange-darker)}:host([type=danger])>button{background:#bd0000;background:var(--ts-color-red);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=danger])>button:hover{background:#900;background:var(--ts-color-red-dark)}:host(:not([busy])[type=danger])>button:focus{--ts-box-shadow-color:var(--ts-color-red-darker)}:host([type=text])>button{align-items:center;background:transparent;border-radius:3px;border-radius:var(--ts-radius);display:flex}:host([type=text]) span{color:#00aeff;color:var(--ts-color-blue);font-weight:400;font-weight:var(--ts-fontweight);letter-spacing:normal;padding:0 5px;padding:0 var(--ts-unit-quarter);text-transform:none}:host(:not([busy])[type=text])>button:hover{background:transparent}:host(:not([busy])[type=text])>button:hover span{color:#0085cc;color:var(--ts-color-blue-dark)}:host(:not([busy])[type=text])>button:focus{background:#00aeff;background:var(--ts-color-blue)}:host(:not([busy])[type=text])>button:focus span{color:#fff;color:var(--ts-color-white)}[dir=ltr] :host([type=text][icon])>button{padding-left:10px}:host([type=text][icon])>button:dir(ltr){padding-left:10px}[dir=rtl] :host([type=text][icon])>button{padding-right:10px}:host([type=text][icon])>button:dir(rtl){padding-right:10px}[dir=ltr] :host([type=text][icon])>button{padding-left:var(--ts-unit-half)}:host([type=text][icon])>button:dir(ltr){padding-left:var(--ts-unit-half)}[dir=rtl] :host([type=text][icon])>button{padding-right:var(--ts-unit-half)}:host([type=text][icon])>button:dir(rtl){padding-right:var(--ts-unit-half)}:host([type=text][icon])>button{-webkit-padding-start:10px;-webkit-padding-start:var(--ts-unit-half);padding-inline-start:10px;padding-inline-start:var(--ts-unit-half)}:host([type=text][icon])>button span{color:var(--ts-color-blue-darkest);padding:10px;padding:var(--ts-unit-half)}:host(:not([busy])[type=text][icon])>button:hover{background:#eff3f5;background:var(--ts-color-gray-lightest)}:host(:not([busy])[type=text][icon])>button:hover span{color:var(--ts-color-blue-darkest)}:host(:not([busy])[type=text][icon])>button:focus{--ts-box-shadow-color:var(--ts-color-gray);background:#eff3f5;background:var(--ts-color-gray-lightest)}:host(:not([busy])[type=text][icon])>button:focus span{color:var(--ts-color-blue-darkest)}:host(:not([type=text])[size=micro])>button{border-radius:20px;border-radius:var(--ts-unit);font-size:11px;font-size:var(--ts-fontsize-small);padding:0 10px;padding:0 var(--ts-unit-half)}:host(:not([type=text])[size=micro]) span{font-size:11px;font-size:var(--ts-fontsize-small);padding:0 2.5px;padding:0 var(--ts-unit-eighth)}:host([full-width]),:host([grouped]){display:block;text-align:center}:host([full-width])>button,:host([grouped])>button{display:block;width:100%}:host([grouped]){margin-bottom:10px;margin-bottom:var(--ts-unit-half)}:host([inline]){display:inline-block}:host([inline])>button{display:inline;width:auto}:host([grouped][type=text])>button{display:flex;justify-content:center}:host(:not([type=text])[icon])>button{height:40px;height:var(--ts-unit-double);width:40px;width:var(--ts-unit-double)}:host(:not([type=text])[icon]) ts-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}:host(:not([type=text])[icon]) span{visibility:hidden}:host([disabled]){cursor:not-allowed}:host([disabled])>button{background-color:#e6ecef;background-color:var(--ts-disabled-background-color);box-shadow:none;pointer-events:none}:host([disabled]) span{color:#829fab;color:var(--ts-disabled-color)}:host([disabled][type=text])>button{background-color:transparent}:host([busy])>:first-child{-webkit-animation:move 1s linear infinite;animation:move 1s linear infinite;background-image:linear-gradient(-45deg,#cbd7dc 25%,#eff3f5 0,#eff3f5 50%,#cbd7dc 0,#cbd7dc 75%,#eff3f5 0,#eff3f5);background-image:linear-gradient(-45deg,var(--ts-color-gray-light) 25%,var(--ts-color-gray-lightest) 25%,var(--ts-color-gray-lightest) 50%,var(--ts-color-gray-light) 50%,var(--ts-color-gray-light) 75%,var(--ts-color-gray-lightest) 75%,var(--ts-color-gray-lightest));background-size:40px 40px;background-size:var(--ts-unit-double) var(--ts-unit-double);box-shadow:none;cursor:default;pointer-events:none}:host([busy])>:first-child>*{visibility:hidden}@-webkit-keyframes move{0%{background-position:0 0}to{background-position:40px 40px;background-position:var(--ts-unit-double) var(--ts-unit-double)}}@keyframes move{0%{background-position:0 0}to{background-position:40px 40px;background-position:var(--ts-unit-double) var(--ts-unit-double)}}")]}},{key:"properties",get:function(){return{type:{type:String,reflect:!0},size:{type:String,reflect:!0},busy:{type:Boolean,reflect:!0},icon:{type:String,reflect:!0},disabled:{type:Boolean,reflect:!0},focused:{type:Boolean,reflect:!0},dir:{type:String,reflect:!0},fullWidth:{type:Boolean,reflect:!0,attribute:"full-width"},grouped:{type:Boolean,reflect:!0},inline:{type:Boolean,reflect:!0}}}}],(a=[{key:"direction",get:function(){return this.dir||this.bodyDir}},{key:"iconType",get:function(){return this.icon&&this.type===C.TEXT?"action":[C.DANGER,C.WARNING,C.ACCEPT,C.PRIMARY].indexOf(this.type)>-1?"inverted":"default"}}])&&e(c.prototype,a),d&&e(c,d),i}(o.TSElement);o.customElementDefineHelper("ts-button",k),t.TSButton=k,t.sizes={MACRO:"macro",MICRO:"micro"},t.types=C,Object.defineProperty(t,"__esModule",{value:!0})}));
!function(t,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@tradeshift/elements")):"function"==typeof define&&define.amd?define(["exports","@tradeshift/elements"],o):o(((t="undefined"!=typeof globalThis?globalThis:t||self).ts=t.ts||{},t.ts.elements=t.ts.elements||{},t.ts.elements.button=t.ts.elements.button||{}),t.ts.elements)}(this,(function(t,o){"use strict";function e(t,o){for(var e=0;e<o.length;e++){var r=o[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(t,o){return(r=Object.setPrototypeOf||function(t,o){return t.__proto__=o,t})(t,o)}function n(t,o){return o||(o=t.slice(0)),t.raw=o,t}function l(t,o){for(var e=0;e<o.length;e++){var r=o[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function s(){return(s=Object.assign||function(t){for(var o=1;o<arguments.length;o++){var e=arguments[o];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])}return t}).apply(this,arguments)}function i(t,o){return(i=Object.setPrototypeOf||function(t,o){return t.__proto__=o,t})(t,o)}function c(t,o){return o||(o=t.slice(0)),t.raw=o,t}var a={remove:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 12a8 8 0 1116.01.01A8 8 0 014 12zm8 1.13l3.03 3.04 1.14-1.14L13.13 12l3.04-3.03-1.14-1.14L12 10.87 8.97 7.83 7.83 8.97 10.87 12l-3.04 3.03 1.14 1.14L12 13.13z"/></svg>\n',download:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/download" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M12.1590909,17.3636364 C11.9999992,17.3636364 11.8553726,17.2840917 11.7252066,17.125 L7.34297521,11.571281 C7.25619791,11.4555779 7.21280992,11.3615706 7.21280992,11.2892562 C7.21280992,11.1012387 7.35020524,11.0072314 7.625,11.0072314 L10.7272727,11.0072314 L10.7272727,4 L13.5909091,4 L13.5909091,11.0072314 L16.6931818,11.0072314 C16.9679766,11.0072314 17.1053719,11.1012387 17.1053719,11.2892562 C17.1053719,11.3615706 17.0619839,11.4555779 16.9752066,11.571281 L12.5929752,17.125 C12.4772721,17.2840917 12.3326455,17.3636364 12.1590909,17.3636364 Z M18.8409091,17.8409091 C18.971075,17.8409091 19.0831607,17.8879128 19.1771694,17.9819215 C19.2711782,18.0759302 19.3181818,18.1880159 19.3181818,18.3181818 L19.3181818,19.2727273 C19.3181818,19.4028932 19.2711782,19.5149789 19.1771694,19.6089876 C19.0831607,19.7029963 18.971075,19.75 18.8409091,19.75 L5.47727273,19.75 C5.34710679,19.75 5.23502113,19.7029963 5.1410124,19.6089876 C5.04700366,19.5149789 5,19.4028932 5,19.2727273 L5,18.3181818 C5,18.1880159 5.04700366,18.0759302 5.1410124,17.9819215 C5.23502113,17.8879128 5.34710679,17.8409091 5.47727273,17.8409091 L18.8409091,17.8409091 Z" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',info:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/info" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M12,4 C7.6,4 4,7.58095238 4,12 C4,16.4190476 7.6,20 12,20 C16.4190476,20 20,16.4190476 20,12 C20,7.58095238 16.4190476,4 12,4 M13.0285714,6.47619048 C13.352381,6.47619048 13.6,6.60952381 13.7714286,6.8 C13.9428571,6.99047619 14.0190476,7.23809524 14.0190476,7.5047619 C14.0190476,8.19047619 13.4666667,8.81904762 12.7238095,8.81904762 C12.1142857,8.81904762 11.752381,8.38095238 11.752381,7.75238095 C11.752381,7.2 12.1904762,6.4952381 13.0285714,6.47619048 M13.3904762,11.4285714 L12.5142857,15.0095238 C12.4761905,15.1809524 12.4571429,15.3142857 12.4571429,15.3904762 L12.4571429,15.4857143 C12.552381,15.4666667 13.1809524,15.047619 13.5809524,14.6666667 L13.6761905,14.5904762 L14.0190476,15.3142857 L14.0571429,15.3904762 L14,15.447619 C12.8761905,16.6666667 11.5047619,17.4095238 10.9714286,17.4095238 C10.8,17.4095238 10.6095238,17.3714286 10.4761905,17.2190476 C10.3428571,17.0666667 10.2857143,16.8571429 10.2857143,16.5333333 C10.2857143,16.2857143 10.3238095,15.7714286 10.4,15.3904762 L11.2190476,11.9238095 C11.2571429,11.7333333 11.2761905,11.6 11.2761905,11.5238095 C11.1428571,11.5809524 10.5142857,12.0190476 10.2285714,12.2666667 L10.1142857,12.3428571 L9.80952381,11.4857143 L9.86666667,11.4285714 C10.9904762,10.3809524 12.3428571,9.54285714 12.9714286,9.54285714 C13.1428571,9.54285714 13.3142857,9.63809524 13.3904762,9.77142857 C13.4666667,9.92380952 13.5047619,10.1142857 13.5047619,10.3428571 C13.5047619,10.5904762 13.4666667,11.1047619 13.3904762,11.4285714" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',ada:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/ada" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M11.777314,5 L16.3099677,9.5326537 L11.777314,14.0653074 L7.24466028,9.5326537 L11.777314,5 Z M6.5326537,10.2446603 L11.0653074,14.777314 L6.5326537,19.3099677 L2,14.777314 L6.5326537,10.2446603 Z M17.0219743,10.2446603 L21.554628,14.777314 L17.0219743,19.3099677 L12.4893206,14.777314 L17.0219743,10.2446603 Z" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',checkmark:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/checkmark">\n <polygon id="Icon" fill="currentColor" points="10 14.5857864 17.7928932 6.79289322 19.2071068 8.20710678 10 17.4142136 5.29289322 12.7071068 6.70710678 11.2928932"></polygon>\n </g>\n</svg>\n',search:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/search" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M15.0317379,13.6175243 L18.7071068,17.2928932 L17.2928932,18.7071068 L13.6175243,15.0317379 C12.7314831,15.642436 11.6574983,16 10.5,16 C7.46243388,16 5,13.5375661 5,10.5 C5,7.46243388 7.46243388,5 10.5,5 C13.5375661,5 16,7.46243388 16,10.5 C16,11.6574983 15.642436,12.7314831 15.0317379,13.6175243 Z M10.5,14 C12.4329966,14 14,12.4329966 14,10.5 C14,8.56700338 12.4329966,7 10.5,7 C8.56700338,7 7,8.56700338 7,10.5 C7,12.4329966 8.56700338,14 10.5,14 Z" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',close:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/UI-library/close" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M12,13.4142136 L7.70710678,17.7071068 L6.29289322,16.2928932 L10.5857864,12 L6.29289322,7.70710678 L7.70710678,6.29289322 L12,10.5857864 L16.2928932,6.29289322 L17.7071068,7.70710678 L13.4142136,12 L17.7071068,16.2928932 L16.2928932,17.7071068 L12,13.4142136 Z" id="Icon" fill="currentColor"></path>\n </g>\n</svg>\n',settings:'<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M21.223 13.066a.416.416 0 01-.13.304.416.416 0 01-.304.13h-1.562a.762.762 0 00-.488.184.953.953 0 00-.314.445 9.249 9.249 0 01-.434 1.02.832.832 0 00-.087.412c0 .26.072.463.217.607l1.106 1.085c.087.087.13.188.13.304 0 .13-.043.238-.13.325l-1.366 1.345c-.058.087-.16.13-.304.13a.416.416 0 01-.304-.13l-1.085-1.084c-.159-.16-.368-.24-.629-.24a.912.912 0 00-.412.088c-.318.173-.65.318-.998.434a.953.953 0 00-.445.314.762.762 0 00-.184.488v1.562a.416.416 0 01-.13.304.416.416 0 01-.304.13h-1.93a.416.416 0 01-.304-.13.416.416 0 01-.13-.304v-1.562a.762.762 0 00-.185-.488.953.953 0 00-.445-.314 4.747 4.747 0 01-.998-.434.912.912 0 00-.412-.087.823.823 0 00-.607.239l-1.107 1.084a.416.416 0 01-.607 0l-1.367-1.345a.55.55 0 01-.108-.325.52.52 0 01.108-.304l1.107-1.085a.823.823 0 00.238-.607.924.924 0 00-.108-.412 7.832 7.832 0 01-.412-1.02.953.953 0 00-.315-.445.79.79 0 00-.51-.184h-1.54a.416.416 0 01-.304-.13.416.416 0 01-.13-.304v-1.909c0-.116.043-.217.13-.304a.416.416 0 01.304-.13h1.54a.79.79 0 00.51-.184.953.953 0 00.315-.445c.13-.39.267-.73.412-1.02a.963.963 0 00.108-.434.796.796 0 00-.238-.585L4.974 6.948a.52.52 0 01-.108-.303.52.52 0 01.108-.304l1.367-1.345a.416.416 0 01.607 0L8.055 6.08c.159.159.354.238.585.238.145 0 .29-.036.434-.108a8.8 8.8 0 01.998-.412.953.953 0 00.445-.315.79.79 0 00.184-.51v-1.54c0-.116.044-.217.13-.304a.416.416 0 01.304-.13h1.931c.116 0 .217.043.304.13.087.087.13.188.13.304v1.54a.79.79 0 00.184.51.953.953 0 00.445.315c.304.1.636.238.998.412.145.072.29.108.434.108.246 0 .448-.08.607-.238l1.085-1.085a.416.416 0 01.304-.13c.144 0 .246.043.304.13l1.366 1.345a.416.416 0 010 .607l-1.106 1.107c-.145.144-.217.347-.217.607 0 .16.029.297.087.412.115.217.26.557.434 1.02a.953.953 0 00.314.445.762.762 0 00.488.184h1.562c.116 0 .217.044.304.13.087.087.13.188.13.304v1.91zM8.25 12.112c0 .506.098.994.293 1.464.195.47.474.886.835 1.247.752.752 1.663 1.128 2.734 1.128a3.82 3.82 0 002.712-1.128 3.82 3.82 0 00.835-1.247c.195-.47.292-.958.292-1.464A3.82 3.82 0 0014.823 9.4a3.82 3.82 0 00-1.247-.835 3.781 3.781 0 00-1.464-.293c-1.07 0-1.982.376-2.734 1.128a3.82 3.82 0 00-.835 1.247c-.195.47-.293.958-.293 1.465z" fill="#192226" fill-rule="evenodd"/></svg>\n',support:'<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.413 3.315A4.808 4.808 0 0116.153 3a4.83 4.83 0 011.857.367c.595.245 1.116.591 1.563 1.039A4.806 4.806 0 0121 7.846c0 .616-.105 1.196-.315 1.741.21.77.315 1.574.315 2.413 0 .84-.105 1.636-.315 2.392.21.56.315 1.146.315 1.762 0 .643-.122 1.259-.367 1.846a4.842 4.842 0 01-1.06 1.573 4.614 4.614 0 01-1.552 1.06 4.806 4.806 0 01-3.608.031A9.198 9.198 0 0112 21a9.198 9.198 0 01-2.413-.336 4.806 4.806 0 01-3.608-.031 4.614 4.614 0 01-1.552-1.06A4.842 4.842 0 013.367 18 4.753 4.753 0 013 16.154c0-.616.105-1.203.315-1.762A8.897 8.897 0 013 12c0-.84.105-1.643.315-2.413A4.808 4.808 0 013 7.847a4.806 4.806 0 011.427-3.441A4.738 4.738 0 015.99 3.367 4.83 4.83 0 017.846 3c.616 0 1.196.105 1.741.315A9.284 9.284 0 0112 3c.825 0 1.63.105 2.413.315zm-6.567.147c-.797 0-1.531.195-2.203.587A4.358 4.358 0 004.05 5.643a4.294 4.294 0 00-.587 2.203c0 .308.035.637.104.986a8.975 8.975 0 012.067-3.2 8.975 8.975 0 013.2-2.066 5.04 5.04 0 00-.987-.104zm7.322.104a8.975 8.975 0 013.2 2.067 8.975 8.975 0 012.066 3.2c.07-.35.104-.68.104-.987 0-.797-.195-1.531-.587-2.203a4.358 4.358 0 00-1.594-1.594 4.294 4.294 0 00-2.203-.587 5.04 5.04 0 00-.986.104zm-6.42.588a8.727 8.727 0 00-2.727 1.825 8.415 8.415 0 00-1.867 2.77l3.356 1.384a4.69 4.69 0 011.07-1.574 5.165 5.165 0 011.574-1.049L8.748 4.154zm5.12 3.356a4.69 4.69 0 011.573 1.07c.447.462.797.98 1.049 1.553l3.356-1.385a8.727 8.727 0 00-1.825-2.727 8.415 8.415 0 00-2.77-1.867L13.868 7.51zM12 7.615c-.797 0-1.531.196-2.203.588a4.358 4.358 0 00-1.594 1.594A4.294 4.294 0 007.615 12c0 .797.196 1.531.588 2.203a4.358 4.358 0 001.594 1.594 4.294 4.294 0 002.203.588c.797 0 1.531-.196 2.203-.588a4.358 4.358 0 001.594-1.594A4.294 4.294 0 0016.385 12c0-.797-.196-1.531-.588-2.203a4.358 4.358 0 00-1.594-1.594A4.294 4.294 0 0012 7.615zm-7.846 7.637a8.727 8.727 0 001.825 2.727 8.415 8.415 0 002.77 1.867l1.405-3.377a4.714 4.714 0 01-1.595-1.06 5.035 5.035 0 01-1.049-1.563l-3.356 1.406zm12.336-1.406a4.983 4.983 0 01-1.08 1.595c-.455.447-.976.79-1.564 1.028l1.406 3.377a8.727 8.727 0 002.727-1.825 8.415 8.415 0 001.867-2.77l-3.356-1.405zM3.462 16.154c0 .797.195 1.531.587 2.203a4.358 4.358 0 001.594 1.594 4.294 4.294 0 002.203.587c.35 0 .678-.041.986-.125a8.808 8.808 0 01-3.189-2.056 9.05 9.05 0 01-2.077-3.19 5.04 5.04 0 00-.104.987zm16.972-.986a9.05 9.05 0 01-2.077 3.189 8.808 8.808 0 01-3.19 2.056 4.294 4.294 0 003.189-.462 4.358 4.358 0 001.595-1.594 4.294 4.294 0 00.587-2.203 5.04 5.04 0 00-.104-.986z" fill="#192226" fill-rule="evenodd"/></svg>\n',alert:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.92 18.84l-7.2-14.43c-.28-.55-1.16-.55-1.44 0l-7.2 14.43A.8.8 0 004.8 20h14.4a.8.8 0 00.72-1.16zm-8.86-8.9h1.88v4.82h-1.88V9.95zm.94 7.78a.94.94 0 110-1.89.94.94 0 010 1.89z"/></svg>\n',question:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 20a8 8 0 110-16 8 8 0 010 16zm-1.25-6.13h2.03v-.3c0-.61.24-.9 1.14-1.42.95-.55 1.4-1.22 1.4-2.18 0-1.56-1.29-2.6-3.27-2.6-2.08 0-3.31 1.11-3.33 2.81h2.11c.02-.63.45-1.04 1.08-1.04.6 0 1.04.36 1.04.89 0 .57-.23.84-1.12 1.36-.9.52-1.23 1.11-1.1 2.22l.02.26zm1.05 3.18a1.2 1.2 0 001.23-1.17 1.2 1.2 0 00-1.23-1.16 1.2 1.2 0 00-1.23 1.16c0 .66.55 1.17 1.23 1.17z"/></svg>\n',apps:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.20869 3c.3688 0 .65083.30372.65083.65083v3.55786c0 .3688-.28203.65083-.65083.65083H3.65083C3.30372 7.85952 3 7.57749 3 7.20869V3.65083C3 3.30372 3.30372 3 3.65083 3h3.55786zm6.70351 0c.3471 0 .6508.30372.6508.65083v3.55786c0 .3688-.3037.65083-.6508.65083h-3.5795c-.34715 0-.65087-.28203-.65087-.65083V3.65083c0-.34711.30372-.65083.65087-.65083h3.5795zm6.6602 0c.3688 0 .6508.30372.6508.65083v3.55786c0 .3688-.282.65083-.6508.65083h-3.5579c-.3471 0-.6508-.28203-.6508-.65083V3.65083c0-.34711.3037-.65083.6508-.65083h3.5579zM7.20869 9.68183c.3688 0 .65083.30372.65083.65087v3.5578c0 .3688-.28203.6508-.65083.6508H3.65083c-.34711 0-.65083-.282-.65083-.6508v-3.5578c0-.34715.30372-.65087.65083-.65087h3.55786zm13.36371 0c.3688 0 .6508.30372.6508.65087v3.5578c0 .3688-.282.6508-.6508.6508h-3.5579c-.3471 0-.6508-.282-.6508-.6508v-3.5578c0-.34715.3037-.65087.6508-.65087h3.5579zm-6.6819.0217c.3688 0 .6508.28202.6508.65087v3.5578c0 .3471-.282.6508-.6508.6508h-3.5578c-.36884 0-.65087-.3037-.65087-.6508v-3.5578c0-.36885.28203-.65087.65087-.65087h3.5578zM7.20869 16.3637c.3688 0 .65083.3037.65083.6508v3.5579c0 .3688-.28203.6508-.65083.6508H3.65083c-.34711 0-.65083-.282-.65083-.6508v-3.5579c0-.3471.30372-.6508.65083-.6508h3.55786zm6.70351 0c.3471 0 .6508.3037.6508.6508v3.5579c0 .3688-.3037.6508-.6508.6508h-3.5795c-.34715 0-.65087-.282-.65087-.6508v-3.5579c0-.3471.30372-.6508.65087-.6508h3.5795zm6.6602 0c.3688 0 .6508.3037.6508.6508v3.5579c0 .3688-.282.6508-.6508.6508h-3.5579c-.3471 0-.6508-.282-.6508-.6508v-3.5579c0-.3471.3037-.6508.6508-.6508h3.5579z" clip-rule="evenodd"/></svg>\n',lock:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 12V9c0-2.20914 1.79086-4 4-4 2.2091 0 4 1.79086 4 4v3c.5523 0 1 .4477 1 1v5c0 .5523-.4477 1-1 1H8c-.55228 0-1-.4477-1-1v-5c0-.5523.44772-1 1-1zm6 0V9c0-1.10457-.8954-2-2-2s-2 .89543-2 2v3h4zm-2 5c.8284 0 1.5-.6716 1.5-1.5S12.8284 14 12 14s-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5z" clip-rule="evenodd"/></svg>\n',discovery:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.0682 3c1.6488 0 3.1673.40495 4.5558 1.21488 1.3884.80992 2.4876 1.90908 3.2975 3.29752.8099 1.38843 1.2149 2.907 1.2149 4.5558 0 1.6488-.405 3.1673-1.2149 4.5558-.8099 1.3884-1.9091 2.4876-3.2975 3.2975-1.3885.8099-2.907 1.2149-4.5558 1.2149-1.6488 0-3.16737-.405-4.5558-1.2149-1.38844-.8099-2.4876-1.9091-3.29752-3.2975C3.40495 15.2355 3 13.717 3 12.0682c0-1.6488.40495-3.16737 1.21488-4.5558.80992-1.38844 1.90908-2.4876 3.29752-3.29752C8.90083 3.40495 10.4194 3 12.0682 3zm-.282 1.43182c.0433.10124.0361.20609-.0217.31456-.0579.10848-.1591.24949-.3038.42304-.2748.30372-.4266.55682-.4555.7593-.029.24587-.0977.47365-.2061.68337-.1085.20971-.2061.31456-.2929.31456-.0723 0-.1229-.04339-.1519-.13016-.0434-.13017-.1157-.22779-.2169-.29287-.1012-.06509-.2531-.14102-.45558-.22779-.10124-.02893-.26756-.10124-.49897-.21695-.17355-.10124-.30733-.22417-.40134-.3688-.09401-.14463-.14101-.29648-.14101-.45558-.88224.43389-1.67769 1.05579-2.38637 1.86571.17356.18801.3905.35072.65083.48812.26033.13739.5062.20609.7376.20609.21695 0 .32542-.1157.32542-.34711 0-.13016-.03978-.32541-.11932-.58574-.07955-.26033-.09763-.39773-.05424-.41219.07232-.01446.24225.03616.50982.15186.26756.1157.5315.25671.79183.42304.26034.16632.44112.33626.54236.50981.04339.08678.06508.15909.06508.21694 0 .10124-.047.1844-.14101.24949-.09401.06508-.23502.14101-.42304.22779-.26033.10124-.44834.20247-.56405.30371-.21694.20248-.4158.47366-.59659.81354-.18078.33988-.27118.64721-.27118.92204 0 .6942-.08677.9545-.26033.781-.08677-.0868-.22055-.1772-.40134-.2712-.18078-.094-.36518-.141-.5532-.141-.28926 0-.53512.1374-.7376.4122-.08678.1012-.13017.2024-.13017.3037 0 .1301.06508.2458.19525.3471.13016.1012.32541.2169.58574.3471.24587.1302.43027.2386.5532.3254.12294.0868.19887.188.22779.3037.07232.2748.22418.4122.45558.4122.07232 0 .14825-.0145.22779-.0434.07955-.0289.13378-.0578.16271-.0868.04339-.0433.20971-.065.49896-.065.44835 0 .72314.0867.82439.2603.05785.1012.19524.1808.41219.2386.15909.029.2965.0832.4122.1627.1157.0796.1952.2134.2386.4014.0434.188.1374.329.282.423.1447.094.3327.1844.5641.2712.188.0723.3326.141.4339.2061.1012.0651.1735.1482.2169.2495.0289.1157.0434.2097.0434.282 0 .2893-.0723.6002-.2169.9328-.1447.3327-.3037.5496-.4773.6509-.1591.0868-.3399.2748-.5424.564-.1735.2604-.3254.4411-.4555.5424-.1881.1301-.47731.5134-.86781 1.1498.86781.3182 1.75721.4772 2.66841.4772 1.345 0 2.6105-.3326 3.7965-.9979-.0723-.0145-.141-.1121-.2061-.2929-.0651-.1807-.1338-.4592-.2061-.8352l-.1953-.781c-.1012-.3182-.1518-.6725-.1518-1.063l.0217-.6725c0-.1591-.0145-.2748-.0434-.3471-.0289-.0868-.0579-.2387-.0868-.4556-.0289-.2169-.1121-.3905-.2495-.5207-.1374-.1301-.3652-.2097-.6834-.2386-.5785-.0289-.987-.1265-1.2257-.2929-.2386-.1663-.3579-.4881-.3579-.9654 0-.5351.1591-1.0304.4772-1.486.3182-.4556.6581-.7485 1.0197-.87863.188-.07232.3688-.10848.5423-.10848.2459 0 .4701.11571.6725.34711.1158.1157.4267.2025.9329.2603.4773.0579.7521.1302.8244.217.0868.1012.2386.4122.4556.9328.2892.7087.5062 1.1209.6508 1.2366.1157.0723.2603.1085.4339.1085h.3037c.1591 0 .2459.0434.2603.1301 0 .0723-.1229.2531-.3688.5424-.2459.3182-.4375.5857-.5749.8027-.1374.2169-.2133.4194-.2278.6074 0 .2748-.094.8172-.282 1.6271-.1157.5206-.1735.8171-.1735.8894v.0434c.3615-.3615.6797-.752.9545-1.1715.1012-.3326.188-.5351.2603-.6074.0579-.0434.1013-.0506.1302-.0217.6219-1.1136.9328-2.3285.9328-3.6446v-.1953c-.0289.0579-.0578.1013-.0867.1302-.0579.0868-.2567.2169-.5966.3905-.3399.1735-.5532.2603-.64.2603-.0579 0-.2278-.2675-.5098-.8027-.282-.5351-.4954-.9617-.64-1.2799-.0434-.0868-.0506-.17-.0217-.2495.0289-.0795.0868-.1808.1736-.3037.0867-.12296.1157-.22058.0867-.29289-.0433-.07232-.1265-.07955-.2494-.0217-.123.05785-.2278.09763-.3146.11932-.0868.02169-.1519-.00361-.1953-.07593-.0867-.15909-.1735-.26033-.2603-.30372-.0868-.04339-.1374-.01446-.1518.08678-.029.1157-.0579.19525-.0868.23863-.0289.04339-.0651.04339-.1085 0-.0868-.05785-.188-.30371-.3037-.7376-.0145-.04339-.0434-.06508-.0868-.06508s-.0759.01808-.0976.05423c-.0217.03616-.0109.07593.0325.11932.0579.04339.0868.10847.0868.19525 0 .05785-.0145.14463-.0434.26033-.0144.05785-.0506.09763-.1085.11932-.0578.02169-.1084.02169-.1518 0-.0434-.02169-.0434-.06147 0-.11932l.0434-.10847c0-.05785-.0362-.12293-.1085-.19525-.0723-.07231-.1374-.15186-.1952-.23863-.1157-.13017-.2676-.19525-.4556-.19525-.1157 0-.217.01446-.3037.04339-.029.01446-.1157.14462-.2604.39049-.1157.26033-.2241.43389-.3254.52066-.0868.08678-.1808.13017-.282.13017-.188 0-.3471-.12293-.4773-.3688-.1301-.26033.1446-.45558.8244-.58575.0434-.02892.0651-.05785.0651-.08677 0-.04339-.047-.13378-.141-.27118-.094-.1374-.1194-.21333-.076-.22779.0434-.01446.17-.09039.3797-.22779.2097-.1374.3941-.26395.5532-.37965.0578-.04339.0868-.08678.0868-.13016 0-.04339-.029-.09401-.0868-.15186-.0579-.05785-.0723-.09401-.0434-.10847h.0217c.0434 0 .1157.02531.2169.07593.1013.05062.1881.08677.2604.10847.0723.02169.1084.00361.1084-.05424 0-.07231-.0542-.15547-.1627-.24948-.1084-.09401-.2495-.14825-.423-.16271-.1591 0-.2386-.05062-.2386-.15186 0-.07231.0506-.15909.1518-.26033.1013-.10124.217-.18078.3471-.23864.1013-.04338.2242-.12293.3688-.23863.1302-.10124.2857-.19887.4665-.29287.1807-.09401.3724-.16994.5748-.22779-1.2871-.85331-2.7045-1.27996-4.252-1.27996h-.282zm1.8006 2.58161c.0289 0 .0723.02531.1301.07593.0579.05062.1013.10485.1302.16271.0289.04338.0832.10485.1627.1844.0796.07954.1374.1627.1736.24948.0361.08678.0253.15909-.0326.21694-.0868.08678-.1808.13017-.282.13017-.1446 0-.2314-.05785-.2603-.17356 0-.01446.0108-.03254.0325-.05423.0217-.0217.0615-.04701.1193-.07593.0434-.02893.0217-.14463-.0651-.34711-.0867-.20248-.1301-.31818-.1301-.34711 0-.01446.0072-.02169.0217-.02169zm-.1302.45558c.0289 0 .0434.02892.0434.08678 0 .10124-.0289.18078-.0868.23863-.0434.04339-.094.06508-.1518.06508-.0724 0-.1266-.01446-.1627-.04338-.0362-.02893-.0398-.05786-.0109-.08678l.3471-.26033h.0217zm5.3802 1.04132c-.0868.05785-.1519.13017-.1953.21694-.0434.08678-.0506.16632-.0217.23864.0145.05785.0434.1627.0868.31457.0434.15186.1013.28202.1736.39049.0723.10847.1663.16994.282.1844h.0434c.0868 0 .1301-.03615.1301-.10847 0-.02892-.0216-.10124-.065-.21694s-.0724-.20248-.0868-.26033c-.1446-.34711-.2603-.60021-.3471-.7593zm-1.6271.06508c-.1012 0-.1952.03978-.282.11932-.0868.07955-.1302.16994-.1302.27118 0 .07231.0434.14463.1302.21694.1157.08678.2495.12294.4013.10847.1519-.01446.264-.01446.3363 0h.0651c.0723 0 .1374-.02531.1952-.07593.0579-.05062.0868-.11208.0868-.1844 0-.07231-.0362-.13739-.1085-.19525-.2169-.17355-.4483-.26033-.6942-.26033zM18.75 10.7014c-.0723.1447-.0542.2459.0542.3038.1085.0578.264.1121.4665.1627.2024.0506.3254.0904.3688.1193l.0217.0217-.0434-.4122c-.2604-.2314-.4773-.3471-.6509-.3471-.1012 0-.1735.0506-.2169.1518zm-14.07955.3905c-.05785 0-.09762.047-.11931.1411-.0217.094-.04701.1265-.07593.0976v-.0217c-.02893.3471-.04339.6002-.04339.7593 0 1.374.33264 2.6394.99793 3.7965.66529 1.157 1.56921 2.0754 2.71178 2.7551.08678-.6942.18078-1.2076.28202-1.5403.01447-.0433.0217-.1084.0217-.1952 0-.188-.05424-.3869-.16271-.5966s-.26394-.4592-.46642-.7484c-.21695-.3327-.33265-.5352-.34711-.6075-.01446-.1446.03615-.4194.15186-.8244.08677-.3471.13016-.5495.13016-.6074 0-.1012-.02892-.1519-.08677-.1519-.02893 0-.07232.0145-.13017.0434-.05785.029-.10124.0434-.13016.0434-.04339 0-.15186-.1085-.32542-.3254-.21694-.2603-.33987-.405-.3688-.4339-.15909-.1591-.50619-.3182-1.04132-.4773-.33265-.1157-.51343-.188-.54236-.2169-.04339-.0434-.09762-.188-.1627-.4339-.06509-.2458-.14102-.3905-.22779-.4339-.01447-.0144-.03616-.0217-.06509-.0217z" clip-rule="evenodd"/></svg>\n',edit:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.9458 3c.3905 0 .875.16632 1.4535.49897.5785.33264 1.157.78822 1.7355 1.36673.5785.57852 1.0377 1.15702 1.3776 1.73554.3399.57852.5098 1.06301.5098 1.45351 0 .21695-.0651.3905-.1952.52066L9.60899 18.7934c-.08678.0868-.20971.1735-.3688.2603-.1591.0868-.30372.1374-.43389.1519l-4.98967.781c-.26033.0434-.47004-.0109-.62913-.1627-.15909-.1519-.21694-.358-.17355-.6183l.78099-5.0114c.01446-.1302.06508-.2712.15186-.423.08677-.1519.17355-.2784.26033-.3797L14.4251 3.17355c.1157-.1157.2893-.17355.5207-.17355zM4.72779 14.4112l-.28203 1.909 2.2562 2.2562 1.8874-.3037c.15909-.0289.29649-.1012.41219-.2169l8.80785-8.80787-4.0568-4.03512-8.80787 8.80789c-.1157.1157-.18801.2458-.21694.3905z" clip-rule="evenodd"/></svg>\n',delete:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.75 2c.2121 0 .3902.07197.5341.21591.1439.14394.2159.32197.2159.53409V4h5c.4091 0 .7614.12121 1.0568.36364.2955.24242.4432.53787.4432.88636V6H4v-.75c0-.34849.14773-.64394.44318-.88636C4.73864 4.12121 5.09091 4 5.5 4h5V2.75c0-.21212.0758-.39015.2273-.53409C10.8788 2.07197 11.053 2 11.25 2h1.5zM19 20.5c0 .4242-.1477.7803-.4432 1.0682-.2954.2879-.6477.4318-1.0568.4318h-11c-.40909 0-.76136-.1439-1.05682-.4318C5.14773 21.2803 5 20.9242 5 20.5V7h14v13.5zM7.75 8.5c-.19697 0-.37121.07197-.52273.21591C7.07576 8.85985 7 9.03788 7 9.25v9.5c0 .2121.07197.3902.21591.5341.14394.1439.32197.2159.53409.2159h.5c.21212 0 .39015-.072.53409-.2159C8.92803 19.1402 9 18.9621 9 18.75v-9.5c0-.21212-.07197-.39015-.21591-.53409C8.64015 8.57197 8.46212 8.5 8.25 8.5h-.5zm4 0c-.197 0-.3712.07197-.5227.21591C11.0758 8.85985 11 9.03788 11 9.25v9.5c0 .2121.072.3902.2159.5341.1439.1439.322.2159.5341.2159h.5c.2121 0 .3902-.072.5341-.2159.1439-.1439.2159-.322.2159-.5341v-9.5c0-.21212-.072-.39015-.2159-.53409-.1439-.14394-.322-.21591-.5341-.21591h-.5zm4 0c-.197 0-.3712.07197-.5227.21591C15.0758 8.85985 15 9.03788 15 9.25v9.5c0 .2121.072.3902.2159.5341.1439.1439.322.2159.5341.2159h.5c.2121 0 .3902-.072.5341-.2159.1439-.1439.2159-.322.2159-.5341v-9.5c0-.21212-.072-.39015-.2159-.53409-.1439-.14394-.322-.21591-.5341-.21591h-.5z" clip-rule="evenodd"/></svg>\n',checkbox:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n\t<path fill="currentColor" d="M4 5.43182c0-.3905.14101-.72676.42304-1.00878C4.70506 4.14101 5.04132 4 5.43182 4H18.7955c.3905 0 .7267.14101 1.0087.42304.2821.28202.4231.61828.4231 1.00878V18.7955c0 .3905-.141.7267-.4231 1.0087-.282.2821-.6182.4231-1.0087.4231H5.43182c-.3905 0-.72676-.141-1.00878-.4231C4.14101 19.5222 4 19.186 4 18.7955V5.43182zM18.7087 18.6653V5.4969H5.45351v13.1684H18.7087z" />\n</svg>\n',cancel:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.0899 3c1.6487 0 3.1673.40857 4.5558 1.22572 1.3884.81716 2.4912 1.91993 3.3083 3.30837.8172 1.38844 1.2258 2.90701 1.2258 4.55581 0 1.6487-.405 3.1709-1.2149 4.5666-.8099 1.3957-1.9127 2.4985-3.3084 3.3084-1.3957.8099-2.9179 1.2149-4.5666 1.2149-1.6488 0-3.16737-.4086-4.55581-1.2258-1.38844-.8171-2.49121-1.9199-3.30837-3.3083C3.40857 15.2572 3 13.7386 3 12.0899c0-1.6488.40857-3.16737 1.22572-4.55581.81716-1.38844 1.91993-2.49121 3.30837-3.30837C8.92253 3.40857 10.4411 3 12.0899 3zm6.8337 9.0899c0-1.2294-.3074-2.36469-.9221-3.40602-.6146-1.04132-1.4426-1.86931-2.4839-2.48398-1.0414-.61468-2.1839-.92201-3.4277-.92201-1.4463 0-2.76241.41942-3.94837 1.25827l9.50207 9.50204c.8533-1.1715 1.28-2.4876 1.28-3.9483zm-13.64571 0c0 1.2293.30733 2.3646.92201 3.406.61467 1.0413 1.44266 1.8693 2.48398 2.484 1.04133.6146 2.17662.922 3.40602.922.7376 0 1.4426-.1085 2.1152-.3255.6725-.2169 1.2908-.5278 1.8548-.9328L6.55785 8.11983c-.85331 1.20042-1.27996 2.52377-1.27996 3.97007z" clip-rule="evenodd"/></svg>\n',industry:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.3585 5c.188 0 .4013.05062.64.15186.2386.10124.4302.22417.5748.3688l7.9401 7.91834c.2893.2893.4339.6292.4339 1.0197 0 .3905-.1446.7303-.4339 1.0196l-4.0568 4.0351c-.2892.2893-.6219.4339-.9979.4339-.3905 0-.7304-.1446-1.0197-.4339L5.49897 11.595c-.14463-.1446-.26395-.3362-.35796-.5749C5.047 10.7815 5 10.561 5 10.3585V5.71591c0-.20248.07231-.37242.21694-.50981C5.36157 5.0687 5.52789 5 5.71591 5h4.64259zM8.81818 7.27789c-.21694-.21694-.47727-.32541-.78099-.32541-.30372 0-.56405.10847-.78099.32541-.20248.20248-.30372.45558-.30372.7593 0 .28926.10124.54959.30372.78099.21694.21695.47727.32541.78099.32541.30372 0 .56405-.10846.78099-.32541.20248-.20248.30372-.46281.30372-.78099 0-.31818-.10124-.57128-.30372-.7593z" clip-rule="evenodd"/></svg>\n',network:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.9081 12.1116c-.4918 1.2582-1.3053 2.2815-2.4406 3.0697-1.1354.7882-2.3972 1.1823-3.78568 1.1823-1.21488 0-2.33212-.3001-3.35176-.9003-1.01963-.6002-1.82954-1.4101-2.42975-2.4297C3.3001 12.0139 3 10.8967 3 9.68182c0-1.21488.3001-2.33212.90031-3.35176.60021-1.01963 1.41012-1.82954 2.42975-2.42975C7.3497 3.3001 8.46694 3 9.68182 3c1.22938 0 2.35748.31095 3.38428.93285 1.0269.62191 1.8368 1.45351 2.4298 2.49484-.3038-.05786-.6509-.08678-1.0414-.08678-.5785 0-1.1931.07231-1.844.21694-.3905-.36157-.8388-.64721-1.345-.85692-.5062-.20971-1.0341-.31457-1.58368-.31457-.781 0-1.50052.19163-2.15858.5749-.65806.38327-1.17871.90392-1.56198 1.56198s-.5749 1.37758-.5749 2.15858c0 .78098.19163 1.50048.5749 2.15858.38327.6581.90392 1.1787 1.56198 1.562.65806.3832 1.37758.5749 2.15858.5749.75208 0 1.45348-.188 2.10438-.5641.6508-.376 1.1714-.875 1.5619-1.4969.3616-.1446.7304-.2169 1.1064-.2169.5062 0 .9907.1374 1.4536.4122zm-1.4536-4.33887c1.2149 0 2.3322.3001 3.3518.90031 1.0196.60021 1.8295 1.41016 2.4298 2.42976.6002 1.0196.9003 2.1369.9003 3.3517 0 1.2149-.3001 2.3322-.9003 3.3518-.6003 1.0196-1.4102 1.8295-2.4298 2.4298-1.0196.6002-2.1369.9003-3.3518.9003-1.2438 0-2.3827-.3074-3.4168-.922-1.0341-.6147-1.84038-1.4427-2.4189-2.484.34711.0434.70145.0651 1.06302.0651.63638 0 1.24378-.0651 1.82228-.1953.3905.3616.8389.6436 1.3451.8461s1.0413.3037 1.6053.3037c.781 0 1.5006-.1916 2.1586-.5749.6581-.3833 1.1787-.9039 1.562-1.562.3833-.658.5749-1.3776.5749-2.1586 0-.781-.1916-1.5005-.5749-2.1585-.3833-.6581-.9039-1.1787-1.562-1.562-.658-.3833-1.3776-.5749-2.1586-.5749-.7665 0-1.4752.1844-2.126.5532-.6508.3688-1.1715.8714-1.562 1.5077-.3471.1591-.7086.2387-1.08468.2387-.52067 0-1.0124-.1374-1.47521-.4122.49174-1.2727 1.30526-2.30321 2.44059-3.09144 1.1353-.78823 2.4044-1.18233 3.8073-1.18233z" clip-rule="evenodd"/></svg>\n',pay:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.1591 3c.1302 0 .2422.04339.3363.13017.094.08677.141.20247.141.3471v1.43182h.4772c.7232 0 1.3957.16994 2.0176.50982.6219.33987 1.1353.79906 1.5403 1.37758.4049.57851.6436 1.2221.7159 1.93078v.04339c0 .1157-.047.21694-.141.30372-.094.08678-.1989.13017-.3146.13017h-1.9091c-.1301 0-.2458-.04701-.3471-.14102-.1012-.09401-.1735-.20609-.2169-.33626-.1013-.28926-.2712-.52066-.5098-.69421-.2387-.17356-.5171-.26033-.8353-.26033h-3.8181c-.39054 0-.7268.13739-1.00883.41219-.28202.27479-.42303.61466-.42303 1.01963 0 .39049.14101.72675.42303 1.00875.28203.2821.61829.4231 1.00883.4231h3.8181c.781 0 1.5006.1916 2.1586.5749.6581.3832 1.1787.9039 1.562 1.5619.3833.6581.5749 1.3776.5749 2.1586 0 .781-.1916 1.5005-.5749 2.1586-.3833.6581-.9039 1.1787-1.562 1.562-.658.3832-1.3776.5749-2.1586.5749h-.4772v1.4318c0 .1302-.047.2422-.141.3363-.0941.094-.2061.141-.3363.141H11.25c-.1302 0-.2423-.047-.3363-.141-.094-.0941-.141-.2061-.141-.3363v-1.4318h-.4772c-.72319 0-1.3957-.17-2.01761-.5098-.6219-.3399-1.13533-.7991-1.54029-1.3776-.40496-.5785-.64359-1.2221-.71591-1.9308v-.0434c0-.1157.04701-.2169.14102-.3037.09401-.0868.19886-.1302.31456-.1302h1.90909c.13017 0 .24587.0434.34711.1302.10124.0868.17355.1952.21694.3254.10124.2893.2748.5243.52066.7051.24587.1807.52066.2711.82443.2711h3.8181c.3905 0 .7268-.141 1.0088-.423.282-.282.4231-.6183.4231-1.0088 0-.4049-.1411-.7448-.4231-1.0196-.282-.2748-.6183-.4122-1.0088-.4122h-3.8181c-.78104 0-1.50056-.1916-2.15862-.5749-.65806-.3833-1.17872-.9039-1.56198-1.562C6.19163 10.7051 6 9.98554 6 9.20455c0-.781.19163-1.50052.5749-2.15858.38326-.65806.90392-1.17872 1.56198-1.56198.65806-.38327 1.37758-.5749 2.15862-.5749h.4772V3.47727c0-.14463.047-.26033.141-.3471C11.0077 3.04339 11.1198 3 11.25 3h1.9091z" clip-rule="evenodd"/></svg>\n',preview:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.5289 18.8151c0 .2025-.0651.3688-.1952.4989l-1.0197 1.0197c-.1301.1446-.2964.2169-.4989.2169s-.3761-.0723-.5207-.2169l-3.3626-3.3626c-1.3016.8677-2.7334 1.3016-4.2954 1.3016-1.38847 0-2.66842-.3398-3.83991-1.0196-1.1715-.6798-2.09711-1.6054-2.77686-2.7769C3.33987 13.3047 3 12.0248 3 10.6364c0-1.37401.34349-2.64672 1.03048-3.81822.68698-1.17149 1.61259-2.10072 2.77685-2.7877C7.9716 3.34349 9.24793 3 10.6364 3c1.3739 0 2.6467.34349 3.8181 1.03048 1.1715.68698 2.1008 1.61621 2.7878 2.7877.6869 1.1715 1.0304 2.44421 1.0304 3.81822 0 1.562-.4411 2.9938-1.3233 4.2954l3.3843 3.3843c.1301.1591.1952.3254.1952.499zm-9.8925-2.4515c1.0413 0 1.9994-.2567 2.8744-.7701.8751-.5134 1.5693-1.2076 2.0827-2.0827.5134-.875.7701-1.8331.7701-2.8744 0-1.0269-.2567-1.98144-.7701-2.86367-.5134-.88224-1.2076-1.58006-2.0827-2.09349-.875-.51344-1.8331-.77015-2.8744-.77015-1.04136 0-1.99952.25671-2.87452.77015-.875.51343-1.56921 1.21125-2.08264 2.09349-.51344.88223-.77015 1.83677-.77015 2.86367 0 1.0413.25671 1.9994.77015 2.8744.51343.8751 1.20764 1.5693 2.08264 2.0827.875.5134 1.83316.7701 2.87452.7701zM7.55579 7.01343c.41942-.36157.89307-.64359 1.42097-.84607.52789-.20249 1.08104-.30372 1.65964-.30372.5785 0 1.1317.10123 1.6596.30372.5279.20248 1.0015.4845 1.4209.84607H7.55579zm-1.1498 1.43182h8.46071c.2314.41942.3905.89669.4773 1.43182H5.92872c.08678-.53513.24587-1.0124.47727-1.43182zm-.49897 2.86365h9.45868c-.0578.4773-.2025.9545-.4339 1.4318H6.34091c-.23141-.4773-.37603-.9545-.43389-1.4318zm4.72938 4.1002c-.6075 0-1.19322-.1085-1.75727-.3254-.56405-.217-1.05578-.5207-1.4752-.9112h6.44317c-.4339.3905-.9256.6942-1.4752.9112-.5496.2169-1.1281.3254-1.7355.3254z" clip-rule="evenodd"/></svg>\n',send:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.5506 3.3905c0 .05785-.0217.14462-.0651.26033L12.0682 20.5072c-.1157.2025-.2676.3038-.4556.3038-.1446 0-.2748-.0579-.3905-.1736L8.79236 18.186l-1.43182 1.8006c-.04339.0578-.07955.0831-.10847.0759-.02893-.0072-.04339-.047-.04339-.1193v-3.3409L18.3378 5.47314 5.77686 15.1705l-2.60331-2.6034C3.05785 12.4514 3 12.3285 3 12.1983c0-.188.10124-.3398.30372-.4555L20.1601 3.32541c.188-.08677.311-.10124.3688-.04339L20.811 3l-.2604.32541v.06509z" clip-rule="evenodd"/></svg>\n',associated:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 14"><path fill="currentColor" fill-rule="evenodd" d="M9.41677.333336c.26351 0 .47727.213616.47727.477274V11.6255c0 .2603-.21376.4773-.47727.4773H1.14402c-.263656 0-.477272-.217-.477272-.4773V.81061c0-.263658.213616-.477274.477272-.477274h8.27275zm-.47727.954544H1.6213v9.86032h7.3182V1.28788zm2.0682.63637c.2635 0 .4773.21361.4773.47727V13.2164c0 .2603-.2138.4773-.4773.4773H2.73494c-.26366 0-.47728-.217-.47728-.4773v-.4773h8.27274V1.92425h.4773z" clip-rule="evenodd"/></svg>\n',more:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><circle cx="6" cy="12" r="2" fill="currentColor" fill-rule="evenodd" /><circle cx="12" cy="12" r="2" fill="currentColor" fill-rule="evenodd" /><circle cx="18" cy="12" r="2" fill="currentColor" fill-rule="evenodd" /></svg>\n',calendar:'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14 4v2h-4V4H8v2H4v14h16V6h-4V4h-2Zm-8 8v6h12v-6H6Zm0-2h12V8H6v2Z" clip-rule="evenodd"/></svg>\n',"company-size":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.0227 5c.6942 0 1.3342.16994 1.92.50981.5857.33988 1.0485.80269 1.3884 1.38843.3399.58575.5098 1.22572.5098 1.91994 0 .76653-.2097 1.46432-.6291 2.09352-.4194.6291-.969 1.0955-1.6488 1.3993.998.1301 1.8946.376 2.6901.7376.7955.3615 1.421.8026 1.8766 1.3233.4555.5207.6833 1.0775.6833 1.6705v2.9721c0 .3471-.1229.6436-.3688.8894-.2459.2459-.5496.3688-.9111.3688H6.5124c-.36158 0-.66529-.1229-.91116-.3688-.24587-.2458-.3688-.5423-.3688-.8894v-2.9721c0-.593.22779-1.1498.68337-1.6705.45558-.5207 1.08109-.9618 1.87655-1.3233.79545-.3616 1.69214-.6075 2.69004-.7376-.67972-.3038-1.2293-.7702-1.64872-1.3993-.41943-.6292-.62913-1.32699-.62913-2.09352 0-.69422.16993-1.33419.50981-1.91994.33988-.58574.80268-1.04855 1.38844-1.38843C10.6885 5.16994 11.3285 5 12.0227 5zm-3.55782.65083c-.3905.43388-.6906.92561-.90031 1.4752C7.35485 7.67562 7.25 8.23967 7.25 8.81818c0 .95455.26033 1.82952.78099 2.62502.05785.1157.08678.1952.08678.2386 0 .1302-.08678.2314-.26033.3037-.59298.2314-1.14979.5279-1.67046.8895-.6219.4194-1.09555.9039-1.42097 1.4535-.32541.5496-.48812 1.1209-.48812 1.7139v2.2128H2.97624c-.2748 0-.5062-.094-.69422-.2821C2.09401 17.7851 2 17.5537 2 17.2789v-3.3626c0-.6942.38326-1.3089 1.14979-1.844.76654-.5351 1.73553-.8822 2.90703-1.0413-.52067-.2314-.9437-.5894-1.26911-1.07387-.32542-.48451-.48812-1.02324-.48812-1.61622 0-.53513.13378-1.03047.40134-1.48605.26756-.45559.62551-.81715 1.07386-1.08472.44835-.26756.94008-.40134 1.47521-.40134.40496 0 .80992.09401 1.21488.28203zm8.33062-.28203c.5351 0 1.0268.13378 1.4752.40134.4483.26757.8063.62913 1.0738 1.08472.2676.45558.4014.95092.4014 1.48605 0 .59298-.1627 1.13171-.4882 1.61622-.3254.48447-.7484.84247-1.2691 1.07387 1.1715.1591 2.1405.5062 2.9071 1.0413.7665.5351 1.1498 1.1498 1.1498 1.844v3.3626c0 .2748-.0941.5062-.2821.6942-.188.1881-.4194.2821-.6942.2821h-1.3016v-2.2128c0-.593-.1627-1.1643-.4882-1.7139-.3254-.5496-.799-1.0341-1.4209-1.4535-.5207-.3616-1.0775-.6581-1.6705-.8895-.1735-.0723-.2603-.1735-.2603-.3037 0-.0434.0289-.1229.0868-.2386.5206-.7955.781-1.67047.781-2.62502 0-.57851-.1049-1.14256-.3146-1.69215s-.5098-1.04132-.9003-1.4752c.4049-.18802.8099-.28203 1.2149-.28203z" clip-rule="evenodd"/></svg>\n',"insert-from-inventory":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.3295 4c.2025 0 .3725.0687.5099.2061.1374.13739.2061.30733.2061.50981V19.5114c0 .2024-.0687.3724-.2061.5098-.1374.1374-.3074.2061-.5099.2061H4.57955c-.18802 0-.35434-.0687-.49897-.2061-.14463-.1374-.21694-.3074-.21694-.5098v-4.5341L1 12.1136 3.86364 9.25V4.71591c0-.20248.07231-.37242.21694-.50981C4.22521 4.0687 4.39153 4 4.57955 4H20.3295zM8.15909 9.25V7.34091H6.25V9.25h1.90909zm10.50001 0V7.34091H9.59091V9.25h9.06819zM8.15909 13.0682v-1.9091H6.25v1.9091h1.90909zm10.50001 0v-1.9091H9.59091v1.9091h9.06819zM8.15909 16.8864v-1.9091H6.25v1.9091h1.90909zm10.50001 0v-1.9091H9.59091v1.9091h9.06819z" clip-rule="evenodd"/></svg>\n',"all-documents":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.5455 2l4.2954 4.29546V17.9859c0 .3905-.3206.7159-.7159.7159H4.71591c-.39549 0-.71591-.3254-.71591-.7159V2.71591C4 2.32042 4.32042 2 4.71591 2h8.82959zm-.9546 1.43182H5.43182V17.2699H16.4091V7.25001h-3.8182V3.43182zm6.2046 3.81819l1.4318 1.43182V20.3722c0 .3905-.3206.7159-.7159.7159H7.10228c-.39549 0-.71591-.3254-.71591-.7159v-.7159H18.7955V7.25001z" clip-rule="evenodd"/></svg>\n',"check-alt":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.6972073 4.030925c-4.401322-.3850657-8.2812165 2.8705511-8.6662823 7.2718713-.3850658 4.4013201 2.8705523 8.2812131 7.2718743 8.6662787 4.4013219.3850657 8.2812165-2.8705511 8.6662823-7.2718713.3850658-4.4013201-2.8713493-8.2812828-7.2718743-8.6662787zm-2.0877022 12.4448537l-3.9001718-3.4778711 1.3969989-1.5506586 2.3401031 2.0867226 4.8894961-5.427305 1.5600688 1.3911484-6.2864951 6.9779637z"/></svg>\n',"arrow-up":'<svg\n\twidth="20px"\n\theight="20px"\n\tviewBox="0 0 16 16"\n\tversion="1.1"\n\txmlns="http://www.w3.org/2000/svg"\n\txmlns:xlink="http://www.w3.org/1999/xlink"\n>\n\t<path\n\t\tstroke="none"\n\t\tfill="currentColor"\n\t\td="M8.01904762,16 C6.55872286,16 5.21587914,15.6412734 3.99047619,14.9238095 C2.76507324,14.2063456 1.79365438,13.2349268 1.07619048,12.0095238 C0.358726571,10.7841209 0,9.44127714 0,7.98095238 C0,6.5333261 0.358726571,5.2000061 1.07619048,3.98095238 C1.79365438,2.76189867 2.76507324,1.79365438 3.99047619,1.07619048 C5.21587914,0.358726571 6.55872286,0 8.01904762,0 C9.4666739,0 10.7999939,0.358726571 12.0190476,1.07619048 C13.2381013,1.79365438 14.2063456,2.76189867 14.9238095,3.98095238 C15.6412734,5.2000061 16,6.5333261 16,7.98095238 C16,9.44127714 15.6412734,10.7841209 14.9238095,12.0095238 C14.2063456,13.2349268 13.2381013,14.2063456 12.0190476,14.9238095 C10.7999939,15.6412734 9.4666739,16 8.01904762,16 Z M8.91428571,13.1428571 L8.91428571,6.7047619 L11.7714286,9.61904762 L11.8857143,9.61904762 L13.1047619,8.36190476 C13.1301589,8.36190476 13.1428571,8.35238105 13.1428571,8.33333333 C13.1428571,8.31428562 13.1301589,8.3047619 13.1047619,8.3047619 L9.23809524,4.45714286 L8.91428571,4.11428571 L8.91428571,4.07619048 C8.91428571,4.063492 8.90793657,4.05714286 8.8952381,4.05714286 L8.83809524,4.05714286 L8.01904762,3.2 L7.92380952,3.2 L7.08571429,4.05714286 L6.7047619,4.45714286 L2.85714286,8.3047619 C2.84444438,8.3047619 2.83809524,8.31428562 2.83809524,8.33333333 C2.83809524,8.35238105 2.84444438,8.36190476 2.85714286,8.36190476 L4.07619048,9.61904762 L4.17142857,9.61904762 L7.08571429,6.66666667 L7.08571429,13.1428571 C7.08571429,13.1682541 7.09206343,13.1809524 7.1047619,13.1809524 L8.8952381,13.1809524 C8.90793657,13.1809524 8.91428571,13.1682541 8.91428571,13.1428571 Z"\n\t\tid="Icon"\n\t></path>\n</svg>\n',"arrow-down-short":'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n\t\t<path d="M7.29289322,10.7071068 C6.66292836,10.0771419 7.10909515,9 8,9 L16,9 C16.8909049,9 17.3370716,10.0771419 16.7071068,10.7071068 L12.7071068,14.7071068 C12.3165825,15.0976311 11.6834175,15.0976311 11.2928932,14.7071068 L7.29289322,10.7071068 Z" fill="currentColor"></path>\n</svg>\n',"arrow-left-skip":'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n\t<path d="M7,7 L9,7 L9,17 L7,17 L7,7 Z M15.2969027,7.28888371 C15.9268676,6.65891885 17.0040095,7.10508564 17.0040095,7.99599049 L17.0040095,15.9959905 C17.0040095,16.8868953 15.9268676,17.3330621 15.2969027,16.7030973 L11.2969027,12.7030973 C10.9063784,12.312573 10.9063784,11.679408 11.2969027,11.2888837 L15.2969027,7.28888371 Z" fill="currentColor"></path>\n</svg>\n',"arrow-left":'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n\t<path d="M5.30084531,12.9360446 C4.89971823,12.6208269 4.89971823,12.1097101 5.30084531,11.7947093 L12.4692812,6.16222707 C12.8704083,5.84700943 13.1956055,6.00516047 13.1956055,6.51519253 L13.1956055,10.5180013 L19.969423,10.5180013 L19.969423,14.2127516 L13.1956055,14.2127516 L13.1956055,18.2127403 C13.1956055,18.7334027 12.8704083,18.8852625 12.4692812,18.5598486 L5.30084531,12.9360443 L5.30084531,12.9360446 Z" fill="currentColor"></path>\n</svg>\n',"close-clear":'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="icon/close-clear" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <rect id="placeholder" x="0" y="0" width="24" height="24"></rect>\n <path d="M11.9984707,10.5842571 L16.2898345,6.29289322 C16.6803588,5.90236893 17.3135238,5.90236893 17.7040481,6.29289322 C18.0945724,6.68341751 18.0945724,7.31658249 17.7040481,7.70710678 L13.4126842,11.9984707 L17.7040481,16.2898345 C18.0945724,16.6803588 18.0945724,17.3135238 17.7040481,17.7040481 C17.3135238,18.0945724 16.6803588,18.0945724 16.2898345,17.7040481 L11.9984707,13.4126842 L7.70710678,17.7040481 C7.31658249,18.0945724 6.68341751,18.0945724 6.29289322,17.7040481 C5.90236893,17.3135238 5.90236893,16.6803588 6.29289322,16.2898345 L10.5842571,11.9984707 L6.29289322,7.70710678 C5.90236893,7.31658249 5.90236893,6.68341751 6.29289322,6.29289322 C6.68341751,5.90236893 7.31658249,5.90236893 7.70710678,6.29289322 L11.9984707,10.5842571 Z" id="icon" fill="currentColor"></path>\n </g>\n</svg>\n',"menu-switch":'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M20.355 4a.84.84 0 01.619.25.84.84 0 01.25.618v1.15a.85.85 0 01-.25.607.822.822 0 01-.619.26H3.868a.833.833 0 01-.608-.26.833.833 0 01-.26-.607v-1.15c0-.246.087-.452.26-.619A.85.85 0 013.868 4h16.487zm0 6.14a.84.84 0 01.619.249.84.84 0 01.25.618v1.15a.85.85 0 01-.25.607.822.822 0 01-.619.26H3.868a.833.833 0 01-.608-.26.833.833 0 01-.26-.607v-1.15c0-.246.087-.452.26-.618a.85.85 0 01.608-.25h16.487zm0 6.16a.84.84 0 01.619.25.84.84 0 01.25.618v1.15a.84.84 0 01-.25.618.84.84 0 01-.619.25H3.868a.85.85 0 01-.608-.25.822.822 0 01-.26-.618v-1.15c0-.245.087-.452.26-.618a.85.85 0 01.608-.25h16.487z" fill="currentColor" fill-rule="evenodd"/></svg>\n',"add-to-archive":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.10868 8.88739V6.77871H4V5.10868h2.10868V3h1.66981v2.10868h2.10868v1.67003H7.77849v2.10868H6.10868zM4.93481 18.4463v-5.7188l.87037-2.3176h1.78826l-.74628 2.3176H10.435l.8925 1.7485h2.3677l.9651-1.7485h3.6063l-1.9124-5.8644-4.9443-.01172V5.11454h5.8913l2.8593 7.61296v5.7188H4.93481z" clip-rule="evenodd"/></svg>\n',"checkbox-on":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n\t<path fill="currentColor" fill-rule="evenodd" d="M5.43182 20.2273c-.3905 0-.72676-.141-1.00878-.4231C4.14101 19.5222 4 19.186 4 18.7955V5.43182c0-.3905.14101-.72676.42304-1.00878C4.70506 4.14101 5.04132 4 5.43182 4H18.7955c.3905 0 .7267.14101 1.0087.42304.2821.28202.4231.61828.4231 1.00878V18.7955c0 .3905-.141.7267-.4231 1.0087-.282.2821-.6182.4231-1.0087.4231H5.43182zm5.24998-7.1591l-1.90907-1.9091-1.43182 1.4318 3.34089 3.3409 6.2046-6.20453-1.4319-1.43182-4.7727 4.77275z" />\n</svg>\n',"company-profile":'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.5723 3c.188 0 .3435.06147.4664.1844.123.12294.1844.27841.1844.46643V20.5723c0 .188-.0614.3435-.1844.4664-.1229.123-.2784.1844-.4664.1844h-8.2004V9.81198c0-.30372-.1085-.56043-.3254-.77014-.217-.20971-.4701-.31457-.7593-.31457H8.59711V3.65083c0-.18802.06508-.34349.19525-.46643C8.92252 3.06147 9.07438 3 9.24793 3H20.5723zM10.094 4.95248v2.21281h2.2128V4.95248H10.094zm3.7748 0v2.21281h2.2128V4.95248h-2.2128zm3.7748 0v2.21281h2.2128V4.95248h-2.2128zm-3.7748 3.77479v2.21283h2.2128V8.72727h-2.2128zm3.7748 0v2.21283h2.2128V8.72727h-2.2128zM9.98554 10.4194c.18806 0 .34346.0615.46646.1844.1229.123.1844.2784.1844.4664v10.1529H3.65083c-.17356 0-.32542-.065-.45558-.1952C3.06508 20.8977 3 20.7386 3 20.5506v-9.4804c0-.188.06508-.3434.19525-.4664.13016-.1229.28202-.1844.45558-.1844h6.33471zm3.88326 2.1694v2.2129h2.2128v-2.2129h-2.2128zm3.7748 0v2.2129h2.2128v-2.2129h-2.2128zm-3.7748 3.9701V18.75h2.2128v-2.1911h-2.2128zm3.7748 0V18.75h2.2128v-2.1911h-2.2128z" clip-rule="evenodd"/></svg>\n'};Object.keys(a).forEach((function(t){a[t]=o.html([a[t]])}));var d,h={ICON_WRAPPER:"icon-wrapper",CIRCULAR_BG:"circular-background"};s({},o.helpers.classNamesToSelector(h));var v,p,g=o.constants.colors,u=o.constants.colorModifiers,w={DEFAULT:"default",INVERTED:"inverted",PRIMARY:"primary",DANGER:"danger",ERROR:"error",SUCCESS:"success",ACTIVE:"active",INFO:"info",FOCUS:"focus",WARNING:"warning",DISABLED:"disabled",DISABLED_CHECKED:"disabled-checked",SUGGESTED:"suggested",SLATE_LIGHTEST:"slate-lightest",GRAY_DARKER:"gray-darker",ACTION:"action"},f=((d={})[w.DEFAULT]=g.SLATE,d[w.INVERTED]=g.WHITE,d[w.DANGER]=g.RED,d[w.ERROR]=g.RED,d[w.SUCCESS]=g.GREEN,d[w.PRIMARY]=g.BLUE,d[w.ACTIVE]=g.BLUE,d[w.INFO]=g.BLUE,d[w.FOCUS]=g.BLUE,d[w.WARNING]=g.ORANGE,d[w.DISABLED]=g.GRAY+u.LIGHTER,d[w.SUGGESTED]=g.PURPLE,d[w.DISABLED_CHECKED]=g.GRAY+u.LIGHT,d[w.SLATE_LIGHTEST]=g.SLATE+u.LIGHTEST,d[w.GRAY_DARKER]=g.GRAY+u.DARKER,d[w.ACTION]=g.GRAY,d),b="medium",x=function(t){var e,r,n,s;function d(){var o=t.call(this)||this;return o.size=b,o}return r=t,(e=d).prototype=Object.create(r.prototype),e.prototype.constructor=e,i(e,r),d.prototype.render=function(){return o.html(v||(v=c([' <span class="','"> '," </span> "])),h.ICON_WRAPPER,a[this.icon])},n=d,s=[{key:"styles",get:function(){var t=Object.keys(w).map((function(t){var e=w[t],r=f[e];return o.css(p||(p=c(["\n\t\t\t\t:host([type='","']) {\n\t\t\t\t\t--ts-icon-color: var(--ts-color-",");\n\t\t\t\t}\n\t\t\t"])),o.unsafeCSS(e),o.unsafeCSS(r))}));return[o.TSElement.styles,o.unsafeCSS(':host{display:inline-block}:host svg{color:var(--ts-icon-color)}.fill-none{fill:none}:host([size=small]) .icon-wrapper{height:12px;height:var(--ts-fontsize-mini);width:12px;width:var(--ts-fontsize-mini)}:host([size=medium]) .icon-wrapper{height:16px;height:var(--ts-fontsize-medium);width:16px;width:var(--ts-fontsize-medium)}:host([size=large]) .icon-wrapper{height:24px;height:var(--ts-fontsize-xbig);width:24px;width:var(--ts-fontsize-xbig)}:host([size=extra-large]) .icon-wrapper{height:60px;height:var(--ts-unit-triple);width:60px;width:var(--ts-unit-triple)}:host([rotate="90"]) .icon-wrapper{-webkit-transform:rotate(90deg);transform:rotate(90deg)}:host([rotate="180"]) .icon-wrapper{-webkit-transform:rotate(180deg);transform:rotate(180deg)}:host([rotate="270"]) .icon-wrapper{-webkit-transform:rotate(270deg);transform:rotate(270deg)}:host([flip=h]) .icon-wrapper,:host([flip=horizontal]) .icon-wrapper{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:host([flip=v]) .icon-wrapper,:host([flip=vertical]) .icon-wrapper{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.icon-wrapper{display:block;height:0;padding-top:100%;position:relative;width:100%}svg{height:100%;left:0;position:absolute;top:0;width:100%}:host([type=default]) svg{color:#1f2a2e;color:var(--ts-color-slate)}:host([type=inverted]) svg{color:#fff;color:var(--ts-color-white)}:host([type=primary]) svg{color:#00aeff;color:var(--ts-color-blue)}:host([type=danger]) svg{color:#bd0000;color:var(--ts-color-red)}:host([type=error]) svg{color:#bd0000;color:var(--ts-color-red)}:host([type=success]) svg{color:#50c610;color:var(--ts-color-green)}:host([type=active]) svg{color:#00aeff;color:var(--ts-color-blue)}:host([type=info]) svg{color:#00aeff;color:var(--ts-color-blue)}:host([type=focus]) svg{color:#00aeff;color:var(--ts-color-blue)}:host([type=warning]) svg{color:#ff8c00;color:var(--ts-color-orange)}:host([type=disabled]) svg{color:#e6ecef;color:var(--ts-color-gray-lighter)}:host([type=disabled-checked]) svg{color:#cbd7dc;color:var(--ts-color-gray-light)}:host([type=suggested]) svg{color:#90129b;color:var(--ts-color-purple)}:host([type=slate-lightest]) svg{color:#506b77;color:var(--ts-color-slate-lightest)}:host([type=gray-darker]) svg{color:#648796;color:var(--ts-color-gray-darker)}:host([type=action]) svg{color:#9ab2bc;color:var(--ts-color-gray)}:host([circular]){background-color:var(--ts-icon-color);border-radius:50%}:host([circular]) svg{color:#fff;color:var(--ts-color-white)}')].concat(t)}},{key:"properties",get:function(){return{icon:{type:String,reflect:!0},size:{type:String,reflect:!0},type:{type:String,reflect:!0},circular:{type:Boolean,reflect:!0},rotate:{type:Number,reflect:!0},flip:{type:String,reflect:!0}}}}],null&&l(n.prototype,null),s&&l(n,s),d}(o.TSElement);o.customElementDefineHelper("ts-icon",x);var m,y,C={PRIMARY:"primary",SECONDARY:"secondary",TEXT:"text",ACCEPT:"accept",WARNING:"warning",DANGER:"danger"},k=function(t){var l,s;function i(){var o=t.call(this)||this;return o.grouped=!1,o}s=t,(l=i).prototype=Object.create(s.prototype),l.prototype.constructor=l,r(l,s);var c,a,d,h=i.prototype;return h.updated=function(t){var o=this;t.forEach((function(t,e){"focused"===e&&(t||window.customElements.whenDefined("ts-button").then((function(){return o.shadowRoot.getElementById("button").focus()})))}))},h.clickHandler=function(t){this.disabled||this.busy||this.dispatchCustomEvent("button-click",t)},h.render=function(){return o.html(m||(m=n(['\n\t\t\t<button id="button" ?disabled="','" dir="','" @click="','">\n\t\t\t\t',"\n\t\t\t\t<span>\n\t\t\t\t\t\x3c!-- Text of the button should be wrapped around `ts-button` element --\x3e\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t"],['\n\t\t\t<button id="button" ?disabled="','" dir="','" @click="','">\n\t\t\t\t',"\n\t\t\t\t<span>\n\t\t\t\t\t\x3c!-- Text of the button should be wrapped around \\`ts-button\\` element --\x3e\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t"])),this.disabled,this.direction,this.clickHandler,this.icon?o.html(y||(y=n([' <ts-icon icon="','" size="large" type="','"></ts-icon> '])),this.icon,this.iconType):"")},c=i,d=[{key:"styles",get:function(){return[o.TSElement.styles,o.unsafeCSS(":host{--ts-box-shadow-color:transparent;display:inline-block;font-size:14px;font-size:var(--ts-font-size-default);line-height:20px;line-height:var(--ts-unit)}:host>button{border:none;border-radius:40px;border-radius:var(--ts-unit-double);box-shadow:inset 0 0 0 2px var(--ts-box-shadow-color);box-shadow:var(--ts-boxshadow-focus-border) var(--ts-box-shadow-color);font-size:14px;font-size:var(--ts-font-size-default);min-width:40px;min-width:var(--ts-unit-double);padding:0;position:relative}:host span{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-weight:600;font-weight:var(--ts-fontweight-semibold);line-height:20px;line-height:var(--ts-unit);padding:10px 20px;padding:var(--ts-unit-half) var(--ts-unit);text-transform:uppercase;white-space:nowrap}:host(:not([busy]))>button:hover{background:#e6ecef;background:var(--ts-color-gray-lighter);cursor:pointer}:host(:not([type]))>button,:host([type=secondary])>button{background:#fff;background:var(--ts-color-white);box-shadow:inset 0 0 0 1px #cbd7dc;box-shadow:var(--ts-boxshadow-border-default)}:host(:not([type]))>button:focus,:host([type=secondary])>button:focus{box-shadow:inset 0 0 0 2px #00aeff;box-shadow:var(--ts-boxshadow-focus-border) var(--ts-color-blue)}:host(.no-border)>button{background:transparent;box-shadow:none}:host(.no-border)>button:focus{box-shadow:none}:host([type=primary])>button{background:#00aeff;background:var(--ts-color-blue);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=primary])>button:hover{background:#0085cc;background:var(--ts-color-blue-dark)}:host(:not([busy])[type=primary])>button:focus{--ts-box-shadow-color:var(--ts-color-blue-darker)}:host([type=accept])>button{background:#50c610;background:var(--ts-color-green);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=accept])>button:hover{background:#399d0b;background:var(--ts-color-green-dark)}:host(:not([busy])[type=accept])>button:focus{--ts-box-shadow-color:var(--ts-color-green-darker)}:host([type=warning])>button{background:#ff8c00;background:var(--ts-color-orange);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=warning])>button:hover{background:#f07c00;background:var(--ts-color-orange-dark)}:host(:not([busy])[type=warning])>button:focus{--ts-box-shadow-color:var(--ts-color-orange-darker)}:host([type=danger])>button{background:#bd0000;background:var(--ts-color-red);color:#fff;color:var(--ts-color-white)}:host(:not([busy])[type=danger])>button:hover{background:#900;background:var(--ts-color-red-dark)}:host(:not([busy])[type=danger])>button:focus{--ts-box-shadow-color:var(--ts-color-red-darker)}:host([type=text])>button{align-items:center;background:transparent;border-radius:3px;border-radius:var(--ts-radius);display:flex}:host([type=text]) span{color:#00aeff;color:var(--ts-color-blue);font-weight:400;font-weight:var(--ts-fontweight);letter-spacing:normal;padding:0 5px;padding:0 var(--ts-unit-quarter);text-transform:none}:host(:not([busy])[type=text])>button:hover{background:transparent}:host(:not([busy])[type=text])>button:hover span{color:#0085cc;color:var(--ts-color-blue-dark)}:host(:not([busy])[type=text])>button:focus{background:#00aeff;background:var(--ts-color-blue)}:host(:not([busy])[type=text])>button:focus span{color:#fff;color:var(--ts-color-white)}[dir=ltr] :host([type=text][icon])>button{padding-left:10px}:host([type=text][icon])>button:dir(ltr){padding-left:10px}[dir=rtl] :host([type=text][icon])>button{padding-right:10px}:host([type=text][icon])>button:dir(rtl){padding-right:10px}[dir=ltr] :host([type=text][icon])>button{padding-left:var(--ts-unit-half)}:host([type=text][icon])>button:dir(ltr){padding-left:var(--ts-unit-half)}[dir=rtl] :host([type=text][icon])>button{padding-right:var(--ts-unit-half)}:host([type=text][icon])>button:dir(rtl){padding-right:var(--ts-unit-half)}:host([type=text][icon])>button{-webkit-padding-start:10px;-webkit-padding-start:var(--ts-unit-half);padding-inline-start:10px;padding-inline-start:var(--ts-unit-half)}:host([type=text][icon])>button span{color:var(--ts-color-blue-darkest);padding:10px;padding:var(--ts-unit-half)}:host(:not([busy])[type=text][icon])>button:hover{background:#eff3f5;background:var(--ts-color-gray-lightest)}:host(:not([busy])[type=text][icon])>button:hover span{color:var(--ts-color-blue-darkest)}:host(:not([busy])[type=text][icon])>button:focus{--ts-box-shadow-color:var(--ts-color-gray);background:#eff3f5;background:var(--ts-color-gray-lightest)}:host(:not([busy])[type=text][icon])>button:focus span{color:var(--ts-color-blue-darkest)}:host(:not([type=text])[size=micro])>button{border-radius:20px;border-radius:var(--ts-unit);font-size:11px;font-size:var(--ts-fontsize-small);padding:0 10px;padding:0 var(--ts-unit-half)}:host(:not([type=text])[size=micro]) span{font-size:11px;font-size:var(--ts-fontsize-small);padding:0 2.5px;padding:0 var(--ts-unit-eighth)}:host([full-width]),:host([grouped]){display:block;text-align:center}:host([full-width])>button,:host([grouped])>button{display:block;width:100%}:host([grouped]){margin-bottom:10px;margin-bottom:var(--ts-unit-half)}:host([inline]){display:inline-block}:host([inline])>button{display:inline;width:auto}:host([grouped][type=text])>button{display:flex;justify-content:center}:host(:not([type=text])[icon])>button{height:40px;height:var(--ts-unit-double);width:40px;width:var(--ts-unit-double)}:host(:not([type=text])[icon]) ts-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}:host(:not([type=text])[icon]) span{visibility:hidden}:host([disabled]){cursor:not-allowed}:host([disabled])>button{background-color:#e6ecef;background-color:var(--ts-disabled-background-color);box-shadow:none;pointer-events:none}:host([disabled]) span{color:#829fab;color:var(--ts-disabled-color)}:host([disabled][type=text])>button{background-color:transparent}:host([busy])>:first-child{-webkit-animation:move 1s linear infinite;animation:move 1s linear infinite;background-image:linear-gradient(-45deg,#cbd7dc 25%,#eff3f5 0,#eff3f5 50%,#cbd7dc 0,#cbd7dc 75%,#eff3f5 0,#eff3f5);background-image:linear-gradient(-45deg,var(--ts-color-gray-light) 25%,var(--ts-color-gray-lightest) 25%,var(--ts-color-gray-lightest) 50%,var(--ts-color-gray-light) 50%,var(--ts-color-gray-light) 75%,var(--ts-color-gray-lightest) 75%,var(--ts-color-gray-lightest));background-size:40px 40px;background-size:var(--ts-unit-double) var(--ts-unit-double);box-shadow:none;cursor:default;pointer-events:none}:host([busy])>:first-child>*{visibility:hidden}@-webkit-keyframes move{0%{background-position:0 0}to{background-position:40px 40px;background-position:var(--ts-unit-double) var(--ts-unit-double)}}@keyframes move{0%{background-position:0 0}to{background-position:40px 40px;background-position:var(--ts-unit-double) var(--ts-unit-double)}}")]}},{key:"properties",get:function(){return{type:{type:String,reflect:!0},size:{type:String,reflect:!0},busy:{type:Boolean,reflect:!0},icon:{type:String,reflect:!0},disabled:{type:Boolean,reflect:!0},focused:{type:Boolean,reflect:!0},dir:{type:String,reflect:!0},fullWidth:{type:Boolean,reflect:!0,attribute:"full-width"},grouped:{type:Boolean,reflect:!0},inline:{type:Boolean,reflect:!0}}}}],(a=[{key:"direction",get:function(){return this.dir||this.bodyDir}},{key:"iconType",get:function(){return this.icon&&this.type===C.TEXT?"action":[C.DANGER,C.WARNING,C.ACCEPT,C.PRIMARY].indexOf(this.type)>-1?"inverted":"default"}}])&&e(c.prototype,a),d&&e(c,d),i}(o.TSElement);o.customElementDefineHelper("ts-button",k),t.TSButton=k,t.sizes={MACRO:"macro",MICRO:"micro"},t.types=C,Object.defineProperty(t,"__esModule",{value:!0})}));
{
"name": "@tradeshift/elements.button",
"version": "0.36.1",
"version": "0.36.3",
"repository": {

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

"dependencies": {
"@tradeshift/elements": "^0.36.1",
"@tradeshift/elements.icon": "^0.36.1"
"@tradeshift/elements": "^0.36.3",
"@tradeshift/elements.icon": "^0.36.3"
},
"src": "src/button.js",
"gitHead": "e57e51c75bb3ef31c5cf9390e453556e4c151dce"
"gitHead": "c2409e123d00d68f46665897f693c956a9432612"
}
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