blip-ds 1.228.2 → 1.228.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blip-ds/bds-button-icon.entry.js +2 -1
- package/dist/blip-ds/bds-button-icon.system.entry.js +1 -1
- package/dist/blip-ds/p-2d2e758a.entry.js +1 -0
- package/dist/blip-ds/p-3c1515c0.system.js +1 -1
- package/dist/blip-ds/{p-d461fff4.system.entry.js → p-792d0b5f.system.entry.js} +1 -1
- package/dist/cjs/bds-button-icon.cjs.entry.js +2 -1
- package/dist/collection/components/icon-button/icon-button.css +12 -0
- package/dist/collection/components/icon-button/icon-button.js +1 -0
- package/dist/esm/bds-button-icon.entry.js +2 -1
- package/dist/esm-es5/bds-button-icon.entry.js +1 -1
- package/package.json +1 -1
- package/dist/blip-ds/p-05a69e1e.entry.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-4ea716d7.js';
|
|
2
2
|
|
|
3
|
-
const iconButtonCss = ".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}";
|
|
3
|
+
const iconButtonCss = ".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}.icon__button.size-tall{width:56px;height:56px}.icon__button.size-standard{width:48px;height:48px}.icon__button.size-short{width:40px;height:40px}";
|
|
4
4
|
|
|
5
5
|
const IconButton = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -33,6 +33,7 @@ const IconButton = class {
|
|
|
33
33
|
['icon__button']: true,
|
|
34
34
|
[state]: true,
|
|
35
35
|
[`${state}--disabled`]: this.disabled,
|
|
36
|
+
[`size-${this.size}`]: true,
|
|
36
37
|
}, "data-test": this.dataTest }, h("bds-icon", { name: this.icon, size: size, color: "inherit" })));
|
|
37
38
|
}
|
|
38
39
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./index-d4fc1ace.system.js"],(function(o){"use strict";var t,n;return{setters:[function(o){t=o.r;n=o.h}],execute:function(){var r=".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}";var e=o("bds_button_icon",function(){function o(o){t(this,o);this.mapSize={tall:"xxx-large",standard:"x-large",short:"medium"};this.mapVariantStyle={primary:"icon__button--primary",secondary:"icon__button--secondary",tertiary:"icon__button--tertiary",delete:"icon__button--delete",ghost:"icon__button--ghost","secondary--white":"icon__button--secondary-white"};this.disabled=false;this.size="standard";this.variant="primary";this.icon=null;this.dataTest=null}o.prototype.render=function(){var o;if(!this.icon)return null;var t=this.mapSize[this.size];var r=this.mapVariantStyle[this.variant];return n("button",{disabled:this.disabled,class:(o={},o["icon__button"]=true,o[r]=true,o["".concat(r,"--disabled")]=this.disabled,o),"data-test":this.dataTest},n("bds-icon",{name:this.icon,size:t,color:"inherit"}))};return o}());e.style=r}}}));
|
|
1
|
+
System.register(["./index-d4fc1ace.system.js"],(function(o){"use strict";var t,n;return{setters:[function(o){t=o.r;n=o.h}],execute:function(){var r=".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}.icon__button.size-tall{width:56px;height:56px}.icon__button.size-standard{width:48px;height:48px}.icon__button.size-short{width:40px;height:40px}";var e=o("bds_button_icon",function(){function o(o){t(this,o);this.mapSize={tall:"xxx-large",standard:"x-large",short:"medium"};this.mapVariantStyle={primary:"icon__button--primary",secondary:"icon__button--secondary",tertiary:"icon__button--tertiary",delete:"icon__button--delete",ghost:"icon__button--ghost","secondary--white":"icon__button--secondary-white"};this.disabled=false;this.size="standard";this.variant="primary";this.icon=null;this.dataTest=null}o.prototype.render=function(){var o;if(!this.icon)return null;var t=this.mapSize[this.size];var r=this.mapVariantStyle[this.variant];return n("button",{disabled:this.disabled,class:(o={},o["icon__button"]=true,o[r]=true,o["".concat(r,"--disabled")]=this.disabled,o["size-".concat(this.size)]=true,o),"data-test":this.dataTest},n("bds-icon",{name:this.icon,size:t,color:"inherit"}))};return o}());e.style=r}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as t}from"./p-27165275.js";const n=class{constructor(t){o(this,t),this.mapSize={tall:"xxx-large",standard:"x-large",short:"medium"},this.mapVariantStyle={primary:"icon__button--primary",secondary:"icon__button--secondary",tertiary:"icon__button--tertiary",delete:"icon__button--delete",ghost:"icon__button--ghost","secondary--white":"icon__button--secondary-white"},this.disabled=!1,this.size="standard",this.variant="primary",this.icon=null,this.dataTest=null}render(){if(!this.icon)return null;const o=this.mapVariantStyle[this.variant];return t("button",{disabled:this.disabled,class:{icon__button:!0,[o]:!0,[`${o}--disabled`]:this.disabled,[`size-${this.size}`]:!0},"data-test":this.dataTest},t("bds-icon",{name:this.icon,size:this.mapSize[this.size],color:"inherit"}))}};n.style=".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}.icon__button.size-tall{width:56px;height:56px}.icon__button.size-standard{width:48px;height:48px}.icon__button.size-short{width:40px;height:40px}";export{n as bds_button_icon}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./p-dc9f493c.system.js"],(function(e,t){"use strict";var a,s,n,i,o,r;return{setters:[function(e){a=e.p;s=e.w;n=e.d;i=e.N;o=e.a;r=e.b}],execute:function(){var e=function(e){return"__sc_import_".concat(e.replace(/\s|-/g,"_"))};var d=function(){{a.$cssShim$=s.__cssshim}var e=Array.from(n.querySelectorAll("script")).find((function(e){return new RegExp("/".concat(i,"(\\.esm)?\\.js($|\\?|#)")).test(e.src)||e.getAttribute("data-stencil-namespace")===i}));var r=e["data-opts"]||{};if("onbeforeload"in e&&!history.scrollRestoration){return{then:function(){}}}{r.resourcesUrl=new URL(".",new URL(e.getAttribute("data-resources-url")||e.src,s.location.href)).href;{l(r.resourcesUrl,e)}if(!s.customElements){return t.import("./p-2732d8c8.system.js").then((function(){return r}))}}return o(r)};var l=function(t,a){var o=e(i);try{s[o]=new Function("w","return import(w);//".concat(Math.random()))}catch(d){var r=new Map;s[o]=function(e){var i=new URL(e,t).href;var d=r.get(i);if(!d){var l=n.createElement("script");l.type="module";l.crossOrigin=a.crossOrigin;l.src=URL.createObjectURL(new Blob(["import * as m from '".concat(i,"'; window.").concat(o,".m = m;")],{type:"application/javascript"}));d=new Promise((function(e){l.onload=function(){e(s[o].m);l.remove()}}));r.set(i,d);n.head.appendChild(l)}return d}}};d().then((function(e){return r(JSON.parse('[["p-df3b74ed.system",[[1,"bds-list",{"typeList":[1,"type-list"],"value":[1537],"data":[1537],"internalData":[32]}]]],["p-f9da19f9.system",[[0,"bds-datepicker",{"typeOfDate":[1,"type-of-date"],"startDateLimit":[1537,"start-date-limit"],"endDateLimit":[1537,"end-date-limit"],"message":[1],"language":[1],"disabled":[1540],"valueDateSelected":[1537,"value-date-selected"],"valueEndDateSelected":[1537,"value-end-date-selected"],"open":[32],"stateSelect":[32],"dateSelected":[32],"endDateSelected":[32],"errorMsgDate":[32],"errorMsgEndDate":[32],"intoView":[32],"scrollingTop":[32],"menupositionTop":[32],"menupositionLeft":[32]}]]],["p-fd7ee1ac.system",[[6,"bds-select-chips",{"options":[1025],"chips":[1025],"newPrefix":[513,"new-prefix"],"value":[1025],"danger":[1540],"maxlength":[2],"errorMessage":[1025,"error-message"],"disabled":[516],"label":[1],"icon":[513],"duplicated":[4],"canAddNew":[4,"can-add-new"],"notFoundMessage":[1,"not-found-message"],"type":[1],"delimiters":[16],"disableSubmit":[4,"disable-submit"],"helperMessage":[1,"helper-message"],"inputName":[1,"input-name"],"placeholder":[1],"dataTest":[1,"data-test"],"internalOptions":[32],"isOpen":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalChips":[32],"isValid":[64],"getChips":[64],"clear":[64],"add":[64],"setFocus":[64],"removeFocus":[64]},[[9,"mousedown","handleWindow"]]]]],["p-54384b8b.system",[[1,"bds-toast",{"icon":[513],"actionType":[1,"action-type"],"variant":[1],"toastTitle":[1,"toast-title"],"toastText":[1,"toast-text"],"buttonText":[1,"button-text"],"duration":[2],"buttonAction":[1,"button-action"],"show":[4],"hide":[4],"position":[1],"create":[64],"close":[64]}]]],["p-6ae2dfb8.system",[[6,"bds-input-chips",{"chips":[1025],"type":[1],"label":[1],"maxlength":[2],"icon":[513],"delimiters":[16],"errorMessage":[1025,"error-message"],"danger":[1540],"value":[1537],"duplicated":[4],"disableSubmit":[4,"disable-submit"],"disabled":[516],"helperMessage":[1,"helper-message"],"inputName":[1,"input-name"],"placeholder":[1],"dataTest":[1,"data-test"],"InputSize":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalChips":[32],"isValid":[64],"get":[64],"clear":[64],"add":[64],"setFocus":[64],"removeFocus":[64]}]]],["p-65f24582.system",[[1,"bds-table",{"options":[1],"column":[1],"avatar":[4],"chips":[4],"actionArea":[4,"action-area"],"sorting":[4],"newTable":[32],"headerData":[32],"tableData":[32],"sortAscending":[32],"headerActive":[32],"deleteItem":[64]}]]],["p-c11f1935.system",[[1,"bds-pagination",{"pages":[2],"startedPage":[2,"started-page"],"value":[32],"openSelect":[32],"paginationNumbers":[32]}]]],["p-dd887122.system",[[1,"bds-upload",{"language":[1],"titleName":[1,"title-name"],"subtitle":[1],"error":[1],"multiple":[4],"accept":[1],"files":[32],"haveFiles":[32],"hover":[32],"background":[32],"size":[32]}]]],["p-b3dab5b0.system",[[1,"bds-accordion-header",{"accordionTitle":[1,"accordion-title"],"icon":[1],"avatarName":[1,"avatar-name"],"avatarThumb":[1,"avatar-thumb"],"isOpen":[32],"btToggleIsfocus":[32],"numberElement":[32],"toggle":[64],"close":[64]}]]],["p-fce60385.system",[[1,"bds-autocomplete",{"options":[1],"value":[1025],"selected":[1040],"danger":[516],"disabled":[516],"searchOnlyTitle":[516,"search-only-title"],"label":[1],"icon":[513],"placeholder":[1],"optionsPosition":[1,"options-position"],"clearIconOnFocus":[4,"clear-icon-on-focus"],"dataTest":[1,"data-test"],"isPressed":[32],"isOpen":[32],"text":[32],"internalOptions":[32],"isFocused":[32]},[[9,"mousedown","handleWindow"]]]]],["p-b211d388.system",[[4,"bds-avatar-group",{"size":[1],"users":[1],"canClick":[4,"can-click"],"internalUsers":[32],"leftoversUsers":[32]}]]],["p-eb28c283.system",[[6,"bds-input-phone-number",{"options":[16],"text":[1],"value":[1025],"danger":[1540],"disabled":[516],"required":[4],"helperMessage":[1,"helper-message"],"errorMessage":[1025,"error-message"],"requiredErrorMessage":[1,"required-error-message"],"numberErrorMessage":[1,"number-error-message"],"dataTest":[1,"data-test"],"label":[1],"icon":[513],"isOpen":[32],"selectedCountry":[32],"isPressed":[32],"validationDanger":[32],"validationMesage":[32],"removeFocus":[64]},[[9,"mousedown","handleWindow"]]]]],["p-53e82a50.system",[[1,"bds-menu-exibition",{"avatarName":[1,"avatar-name"],"avatarThumbnail":[1,"avatar-thumbnail"],"avatarSize":[1,"avatar-size"],"value":[1],"subtitle":[1]}]]],["p-7b8832ee.system",[[1,"bds-select",{"options":[1],"value":[1032],"danger":[516],"disabled":[516],"label":[1],"icon":[513],"placeholder":[1],"helperMessage":[1,"helper-message"],"errorMessage":[1,"error-message"],"optionsPosition":[1,"options-position"],"dataTest":[1,"data-test"],"isOpen":[32],"text":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalOptions":[32]},[[9,"mousedown","handleWindow"]]]]],["p-fe05308a.system",[[1,"bds-alert-header",{"variant":[1],"icon":[513]}]]],["p-49cd9c01.system",[[1,"bds-chip-selected",{"icon":[1],"color":[1],"size":[1],"selected":[4],"disabled":[4],"dataTest":[1,"data-test"],"isSelected":[32]},[[2,"click","handleClick"]]]]],["p-d622c39b.system",[[1,"bds-input-editable",{"size":[1],"expand":[4],"dataTest":[1,"data-test"],"inputName":[1,"input-name"],"value":[1537],"requiredErrorMessage":[1,"required-error-message"],"minlength":[2],"minlengthErrorMessage":[1,"minlength-error-message"],"maxlength":[2],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"placeholder":[1],"danger":[1540],"oldValue":[32],"isEditing":[32],"isValid":[32],"isPressed":[32],"isFocused":[32],"validationMesage":[32],"validationDanger":[32]}]]],["p-97b3e96d.system",[[2,"bds-input-password",{"openEyes":[4,"open-eyes"],"value":[1537],"label":[1],"inputName":[1,"input-name"],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"readonly":[4],"helperMessage":[1,"helper-message"],"errorMessage":[1,"error-message"],"danger":[516],"icon":[513],"disabled":[4],"autoCapitalize":[1,"auto-capitalize"],"autoComplete":[1,"auto-complete"],"placeholder":[1],"dataTest":[1,"data-test"],"validationDanger":[32],"isPressed":[32],"validationMesage":[32]}]]],["p-6f31b50b.system",[[1,"bds-menu-action",{"buttonText":[1,"button-text"],"subMenu":[4,"sub-menu"],"iconLeft":[1,"icon-left"],"subtitle":[1],"lipstick":[4],"openParentMenu":[32],"openSubMenu":[32],"positionSubMenu":[32],"stateSubMenu":[32],"delaySubMenu":[32],"zIndex":[32],"delay":[32]}]]],["p-6e3c449d.system",[[1,"bds-menu-list-item",{"color":[1],"icon":[513]}]]],["p-124ae47e.system",[[1,"bds-sidebar",{"isOpen":[1540,"is-open"],"sidebarPosition":[1,"sidebar-position"],"type":[1],"margin":[4],"InnerSpacing":[32],"toggle":[64]}]]],["p-f22ce791.system",[[1,"bds-step",{"last":[4],"completed":[4],"active":[4],"disabled":[4],"index":[2],"pointer":[4]}]]],["p-44950f89.system",[[4,"bds-tabs",{"align":[1]},[[0,"scrollButtonClick","onScrollButtonClick"],[16,"bdsTabChange","onSelectedTab"]]]]],["p-883e081b.system",[[1,"bds-warning"]]],["p-7e234477.system",[[1,"bds-alert-body"]]],["p-b49a0744.system",[[1,"bds-card-color",{"name":[1],"hex":[1],"gradient":[4],"variable":[1],"lightText":[4,"light-text"]}]]],["p-db32d7a9.system",[[1,"bds-chip",{"icon":[1],"size":[1],"variant":[1],"danger":[516],"filter":[4],"clickable":[4],"deletable":[4],"disabled":[4]}]]],["p-0d0823fc.system",[[1,"bds-expansion-panel-header",{"text":[1]}]]],["p-e4f93ad1.system",[[1,"bds-menu-separation",{"value":[1],"size":[1]}]]],["p-f826a966.system",[[1,"bds-modal",{"open":[1540],"closeButton":[1540,"close-button"],"size":[1537],"toggle":[64]}]]],["p-7b7f43b2.system",[[1,"bds-modal-close-button",{"active":[1540]}]]],["p-cee07ad7.system",[[1,"bds-progress-bar",{"percent":[2],"size":[1],"color":[1],"text":[1]}]]],["p-c73f04ad.system",[[0,"bds-tab",{"group":[1],"label":[1],"active":[4],"isActive":[32]},[[16,"bdsTabChange","handleTabChange"],[16,"bdsTabInit","handleTabChange"]]]]],["p-51d2f5e8.system",[[1,"bds-accordion",{"isOpen":[32],"numberElement":[32],"toggle":[64],"open":[64],"close":[64],"reciveNumber":[64]}]]],["p-814fe795.system",[[1,"bds-accordion-body",{"isOpen":[32],"heightContainer":[32],"numberElement":[32],"toggle":[64],"close":[64]}]]],["p-8c9a68a0.system",[[1,"bds-accordion-group",{"collapse":[1],"closeAll":[64]}]]],["p-a9dda4bf.system",[[1,"bds-alert",{"open":[1540],"dataTest":[1,"data-test"],"toggle":[64]}]]],["p-9a7ea0d7.system",[[1,"bds-alert-actions"]]],["p-f6ab58bc.system",[[1,"bds-banner-link",{"link":[1]}]]],["p-11b0c587.system",[[1,"bds-expansion-panel"]]],["p-35333fa5.system",[[1,"bds-expansion-panel-body",{"open":[4],"text":[1]}]]],["p-a18ff21d.system",[[6,"bds-grid",{"height":[1],"direction":[1],"justifyContent":[1,"justify-content"],"flexWrap":[1,"flex-wrap"],"alignItems":[1,"align-items"],"container":[4],"xxs":[1],"xs":[1],"sm":[1],"md":[1],"lg":[1],"xg":[1],"xxsOffset":[1,"xxs-offset"],"xsOffset":[1,"xs-offset"],"smOffset":[1,"sm-offset"],"mdOffset":[1,"md-offset"],"lgOffset":[1,"lg-offset"],"xgOffset":[1,"xg-offset"],"gap":[1],"padding":[1],"margin":[1]}]]],["p-cc792af4.system",[[1,"bds-illustration",{"type":[1],"name":[1],"dataTest":[1,"data-test"],"IllustrationContent":[32]}]]],["p-c3a7f98d.system",[[1,"bds-loading-bar",{"percent":[2],"size":[1],"text":[1],"dataTest":[1,"data-test"]}]]],["p-d05621d7.system",[[1,"bds-loading-page",{"dataTest":[1,"data-test"],"svgContent":[32]}]]],["p-b43841fe.system",[[1,"bds-menu",{"menu":[1],"position":[1],"open":[1540],"refElement":[32],"intoView":[32],"menupositionTop":[32],"menupositionLeft":[32],"toggle":[64]}]]],["p-f9973662.system",[[1,"bds-menu-list"]]],["p-dbc938b2.system",[[1,"bds-modal-action"]]],["p-15be4cc7.system",[[6,"bds-radio-group",{"value":[1537]}]]],["p-0bb7a496.system",[[4,"bds-stepper",{"setActiveStep":[64],"setCompletedStep":[64],"getActiveStep":[64],"resetActiveSteps":[64],"resetCompletedSteps":[64]}]]],["p-d0e3a181.system",[[4,"bds-tab-panel",{"group":[1],"isActive":[32]},[[16,"bdsTabChange","handleTabChange"],[16,"bdsTabInit","handleTabChange"]]]]],["p-3146a9be.system",[[1,"bds-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"flipRtl":[4,"flip-rtl"],"name":[1],"src":[1],"icon":[8],"size":[1],"lazy":[4],"theme":[513],"type":[1],"dataTest":[1,"data-test"],"svgContent":[32],"isVisible":[32]}],[1,"bds-typo",{"variant":[1],"lineHeight":[1,"line-height"],"bold":[1],"italic":[4],"noWrap":[4,"no-wrap"],"paragraph":[4],"margin":[4],"tag":[1],"dataTest":[1,"data-test"]}]]],["p-5e3032f7.system",[[1,"bds-list-item",{"checked":[1540],"typeList":[1,"type-list"],"avatarName":[1,"avatar-name"],"avatarThumbnail":[1,"avatar-thumbnail"],"icon":[1],"value":[1],"text":[1],"secondaryText":[1,"secondary-text"],"chips":[1025],"actionsButtons":[1025,"actions-buttons"],"internalChips":[32],"internalActionsButtons":[32]}]]],["p-3ea36673.system",[[1,"bds-banner",{"bannerAlign":[1,"banner-align"],"buttonClose":[1,"button-close"],"context":[1],"variant":[1],"visible":[32],"toggle":[64]}]]],["p-207d1ada.system",[[1,"bds-chip-tag",{"icon":[1],"color":[1]}]]],["p-1ece8c89.system",[[1,"bds-paper",{"elevation":[1],"dataTest":[1,"data-test"]}]]],["p-34a10c50.system",[[6,"bds-toast-container"]]],["p-7a9225cf.system",[[0,"bds-counter-text",{"length":[1026],"max":[2],"active":[1028],"warning":[1040],"delete":[1040]}]]],["p-66cfef26.system",[[1,"bds-datepicker-period",{"startDate":[16],"endDate":[16],"startDateSelect":[1040],"endDateSelect":[1040],"language":[1],"stateSelect":[1537,"state-select"],"week":[32],"months":[32],"years":[32],"monthActivated":[32],"yearActivated":[32],"animatePrev":[32],"animateNext":[32],"activeSelectYear":[32],"openSelectMonth":[32],"openSelectYear":[32],"monthsSlide":[32],"loadingSlide":[32],"clear":[64]}],[1,"bds-datepicker-single",{"endDate":[16],"startDate":[16],"dateSelect":[1040],"language":[1],"week":[32],"months":[32],"years":[32],"monthActivated":[32],"yearActivated":[32],"animatePrev":[32],"animateNext":[32],"openSelectMonth":[32],"openSelectYear":[32],"monthsSlide":[32],"loadingSlide":[32],"clear":[64]}],[1,"bds-input",{"inputName":[1,"input-name"],"type":[513],"label":[1],"placeholder":[1],"autoCapitalize":[1,"auto-capitalize"],"autoComplete":[1,"auto-complete"],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"readonly":[4],"required":[4],"pattern":[1],"helperMessage":[1,"helper-message"],"errorMessage":[1025,"error-message"],"icon":[513],"disabled":[1540],"danger":[1540],"value":[1025],"counterLength":[4,"counter-length"],"counterLengthRule":[16],"isSubmit":[4,"is-submit"],"isTextarea":[4,"is-textarea"],"rows":[2],"cols":[2],"requiredErrorMessage":[1,"required-error-message"],"minlengthErrorMessage":[1,"minlength-error-message"],"minErrorMessage":[1,"min-error-message"],"maxErrorMessage":[1,"max-error-message"],"emailErrorMessage":[1,"email-error-message"],"numberErrorMessage":[1,"number-error-message"],"chips":[4],"dataTest":[1,"data-test"],"isPressed":[32],"isPassword":[32],"validationMesage":[32],"validationDanger":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"isValid":[64],"clear":[64]}]]],["p-a20e0afa.system",[[1,"bds-button",{"disabled":[4],"size":[1],"variant":[1],"icon":[513],"arrow":[4],"type":[1],"typeIcon":[513,"type-icon"],"bdsLoading":[4,"bds-loading"],"bdsLoadingVariant":[1,"bds-loading-variant"],"bdsLoadingColor":[1,"bds-loading-color"],"dataTest":[1,"data-test"]}],[1,"bds-loading-spinner",{"variant":[1],"size":[1],"color":[1],"dataTest":[1,"data-test"],"svgContent":[32]}]]],["p-6b50edac.system",[[1,"bds-checkbox",{"refer":[1],"label":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"checkBoxId":[32],"getInputElement":[64],"getValue":[64]}],[1,"bds-radio",{"refer":[1],"label":[1],"value":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"radioId":[32],"getInputElement":[64],"getValue":[64]}],[1,"bds-switch",{"refer":[1],"size":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"switchId":[32],"getInputElement":[64],"getValue":[64]}]]],["p-582870f8.system",[[6,"bds-select-option",{"value":[8],"selected":[4],"disabled":[4],"invisible":[1540],"danger":[1540],"bulkOption":[1,"bulk-option"],"slotAlign":[1,"slot-align"],"titleText":[1,"title-text"],"status":[1],"dataTest":[1,"data-test"]}]]],["p-561b8388.system",[[1,"bds-avatar",{"name":[1],"thumbnail":[1],"size":[1],"upload":[4],"ellipsis":[2],"dataTest":[1,"data-test"]}]]],["p-991c33de.system",[[1,"bds-chip-clickable",{"icon":[1],"avatar":[1],"color":[1],"size":[1],"clickable":[4],"close":[4],"disabled":[4],"dataTest":[1,"data-test"],"visible":[32]}],[1,"bds-tooltip",{"tooltipText":[1,"tooltip-text"],"disabled":[516],"position":[1],"dataTest":[1,"data-test"],"isMouseOver":[32]}]]],["p-d461fff4.system",[[1,"bds-button-icon",{"disabled":[4],"size":[1],"variant":[1],"icon":[513],"dataTest":[1,"data-test"]}]]]]'),e)}))}}}));
|
|
1
|
+
System.register(["./p-dc9f493c.system.js"],(function(e,t){"use strict";var a,s,n,i,o,r;return{setters:[function(e){a=e.p;s=e.w;n=e.d;i=e.N;o=e.a;r=e.b}],execute:function(){var e=function(e){return"__sc_import_".concat(e.replace(/\s|-/g,"_"))};var d=function(){{a.$cssShim$=s.__cssshim}var e=Array.from(n.querySelectorAll("script")).find((function(e){return new RegExp("/".concat(i,"(\\.esm)?\\.js($|\\?|#)")).test(e.src)||e.getAttribute("data-stencil-namespace")===i}));var r=e["data-opts"]||{};if("onbeforeload"in e&&!history.scrollRestoration){return{then:function(){}}}{r.resourcesUrl=new URL(".",new URL(e.getAttribute("data-resources-url")||e.src,s.location.href)).href;{l(r.resourcesUrl,e)}if(!s.customElements){return t.import("./p-2732d8c8.system.js").then((function(){return r}))}}return o(r)};var l=function(t,a){var o=e(i);try{s[o]=new Function("w","return import(w);//".concat(Math.random()))}catch(d){var r=new Map;s[o]=function(e){var i=new URL(e,t).href;var d=r.get(i);if(!d){var l=n.createElement("script");l.type="module";l.crossOrigin=a.crossOrigin;l.src=URL.createObjectURL(new Blob(["import * as m from '".concat(i,"'; window.").concat(o,".m = m;")],{type:"application/javascript"}));d=new Promise((function(e){l.onload=function(){e(s[o].m);l.remove()}}));r.set(i,d);n.head.appendChild(l)}return d}}};d().then((function(e){return r(JSON.parse('[["p-df3b74ed.system",[[1,"bds-list",{"typeList":[1,"type-list"],"value":[1537],"data":[1537],"internalData":[32]}]]],["p-f9da19f9.system",[[0,"bds-datepicker",{"typeOfDate":[1,"type-of-date"],"startDateLimit":[1537,"start-date-limit"],"endDateLimit":[1537,"end-date-limit"],"message":[1],"language":[1],"disabled":[1540],"valueDateSelected":[1537,"value-date-selected"],"valueEndDateSelected":[1537,"value-end-date-selected"],"open":[32],"stateSelect":[32],"dateSelected":[32],"endDateSelected":[32],"errorMsgDate":[32],"errorMsgEndDate":[32],"intoView":[32],"scrollingTop":[32],"menupositionTop":[32],"menupositionLeft":[32]}]]],["p-fd7ee1ac.system",[[6,"bds-select-chips",{"options":[1025],"chips":[1025],"newPrefix":[513,"new-prefix"],"value":[1025],"danger":[1540],"maxlength":[2],"errorMessage":[1025,"error-message"],"disabled":[516],"label":[1],"icon":[513],"duplicated":[4],"canAddNew":[4,"can-add-new"],"notFoundMessage":[1,"not-found-message"],"type":[1],"delimiters":[16],"disableSubmit":[4,"disable-submit"],"helperMessage":[1,"helper-message"],"inputName":[1,"input-name"],"placeholder":[1],"dataTest":[1,"data-test"],"internalOptions":[32],"isOpen":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalChips":[32],"isValid":[64],"getChips":[64],"clear":[64],"add":[64],"setFocus":[64],"removeFocus":[64]},[[9,"mousedown","handleWindow"]]]]],["p-54384b8b.system",[[1,"bds-toast",{"icon":[513],"actionType":[1,"action-type"],"variant":[1],"toastTitle":[1,"toast-title"],"toastText":[1,"toast-text"],"buttonText":[1,"button-text"],"duration":[2],"buttonAction":[1,"button-action"],"show":[4],"hide":[4],"position":[1],"create":[64],"close":[64]}]]],["p-6ae2dfb8.system",[[6,"bds-input-chips",{"chips":[1025],"type":[1],"label":[1],"maxlength":[2],"icon":[513],"delimiters":[16],"errorMessage":[1025,"error-message"],"danger":[1540],"value":[1537],"duplicated":[4],"disableSubmit":[4,"disable-submit"],"disabled":[516],"helperMessage":[1,"helper-message"],"inputName":[1,"input-name"],"placeholder":[1],"dataTest":[1,"data-test"],"InputSize":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalChips":[32],"isValid":[64],"get":[64],"clear":[64],"add":[64],"setFocus":[64],"removeFocus":[64]}]]],["p-65f24582.system",[[1,"bds-table",{"options":[1],"column":[1],"avatar":[4],"chips":[4],"actionArea":[4,"action-area"],"sorting":[4],"newTable":[32],"headerData":[32],"tableData":[32],"sortAscending":[32],"headerActive":[32],"deleteItem":[64]}]]],["p-c11f1935.system",[[1,"bds-pagination",{"pages":[2],"startedPage":[2,"started-page"],"value":[32],"openSelect":[32],"paginationNumbers":[32]}]]],["p-dd887122.system",[[1,"bds-upload",{"language":[1],"titleName":[1,"title-name"],"subtitle":[1],"error":[1],"multiple":[4],"accept":[1],"files":[32],"haveFiles":[32],"hover":[32],"background":[32],"size":[32]}]]],["p-b3dab5b0.system",[[1,"bds-accordion-header",{"accordionTitle":[1,"accordion-title"],"icon":[1],"avatarName":[1,"avatar-name"],"avatarThumb":[1,"avatar-thumb"],"isOpen":[32],"btToggleIsfocus":[32],"numberElement":[32],"toggle":[64],"close":[64]}]]],["p-fce60385.system",[[1,"bds-autocomplete",{"options":[1],"value":[1025],"selected":[1040],"danger":[516],"disabled":[516],"searchOnlyTitle":[516,"search-only-title"],"label":[1],"icon":[513],"placeholder":[1],"optionsPosition":[1,"options-position"],"clearIconOnFocus":[4,"clear-icon-on-focus"],"dataTest":[1,"data-test"],"isPressed":[32],"isOpen":[32],"text":[32],"internalOptions":[32],"isFocused":[32]},[[9,"mousedown","handleWindow"]]]]],["p-b211d388.system",[[4,"bds-avatar-group",{"size":[1],"users":[1],"canClick":[4,"can-click"],"internalUsers":[32],"leftoversUsers":[32]}]]],["p-eb28c283.system",[[6,"bds-input-phone-number",{"options":[16],"text":[1],"value":[1025],"danger":[1540],"disabled":[516],"required":[4],"helperMessage":[1,"helper-message"],"errorMessage":[1025,"error-message"],"requiredErrorMessage":[1,"required-error-message"],"numberErrorMessage":[1,"number-error-message"],"dataTest":[1,"data-test"],"label":[1],"icon":[513],"isOpen":[32],"selectedCountry":[32],"isPressed":[32],"validationDanger":[32],"validationMesage":[32],"removeFocus":[64]},[[9,"mousedown","handleWindow"]]]]],["p-53e82a50.system",[[1,"bds-menu-exibition",{"avatarName":[1,"avatar-name"],"avatarThumbnail":[1,"avatar-thumbnail"],"avatarSize":[1,"avatar-size"],"value":[1],"subtitle":[1]}]]],["p-7b8832ee.system",[[1,"bds-select",{"options":[1],"value":[1032],"danger":[516],"disabled":[516],"label":[1],"icon":[513],"placeholder":[1],"helperMessage":[1,"helper-message"],"errorMessage":[1,"error-message"],"optionsPosition":[1,"options-position"],"dataTest":[1,"data-test"],"isOpen":[32],"text":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalOptions":[32]},[[9,"mousedown","handleWindow"]]]]],["p-fe05308a.system",[[1,"bds-alert-header",{"variant":[1],"icon":[513]}]]],["p-49cd9c01.system",[[1,"bds-chip-selected",{"icon":[1],"color":[1],"size":[1],"selected":[4],"disabled":[4],"dataTest":[1,"data-test"],"isSelected":[32]},[[2,"click","handleClick"]]]]],["p-d622c39b.system",[[1,"bds-input-editable",{"size":[1],"expand":[4],"dataTest":[1,"data-test"],"inputName":[1,"input-name"],"value":[1537],"requiredErrorMessage":[1,"required-error-message"],"minlength":[2],"minlengthErrorMessage":[1,"minlength-error-message"],"maxlength":[2],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"placeholder":[1],"danger":[1540],"oldValue":[32],"isEditing":[32],"isValid":[32],"isPressed":[32],"isFocused":[32],"validationMesage":[32],"validationDanger":[32]}]]],["p-97b3e96d.system",[[2,"bds-input-password",{"openEyes":[4,"open-eyes"],"value":[1537],"label":[1],"inputName":[1,"input-name"],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"readonly":[4],"helperMessage":[1,"helper-message"],"errorMessage":[1,"error-message"],"danger":[516],"icon":[513],"disabled":[4],"autoCapitalize":[1,"auto-capitalize"],"autoComplete":[1,"auto-complete"],"placeholder":[1],"dataTest":[1,"data-test"],"validationDanger":[32],"isPressed":[32],"validationMesage":[32]}]]],["p-6f31b50b.system",[[1,"bds-menu-action",{"buttonText":[1,"button-text"],"subMenu":[4,"sub-menu"],"iconLeft":[1,"icon-left"],"subtitle":[1],"lipstick":[4],"openParentMenu":[32],"openSubMenu":[32],"positionSubMenu":[32],"stateSubMenu":[32],"delaySubMenu":[32],"zIndex":[32],"delay":[32]}]]],["p-6e3c449d.system",[[1,"bds-menu-list-item",{"color":[1],"icon":[513]}]]],["p-124ae47e.system",[[1,"bds-sidebar",{"isOpen":[1540,"is-open"],"sidebarPosition":[1,"sidebar-position"],"type":[1],"margin":[4],"InnerSpacing":[32],"toggle":[64]}]]],["p-f22ce791.system",[[1,"bds-step",{"last":[4],"completed":[4],"active":[4],"disabled":[4],"index":[2],"pointer":[4]}]]],["p-44950f89.system",[[4,"bds-tabs",{"align":[1]},[[0,"scrollButtonClick","onScrollButtonClick"],[16,"bdsTabChange","onSelectedTab"]]]]],["p-883e081b.system",[[1,"bds-warning"]]],["p-7e234477.system",[[1,"bds-alert-body"]]],["p-b49a0744.system",[[1,"bds-card-color",{"name":[1],"hex":[1],"gradient":[4],"variable":[1],"lightText":[4,"light-text"]}]]],["p-db32d7a9.system",[[1,"bds-chip",{"icon":[1],"size":[1],"variant":[1],"danger":[516],"filter":[4],"clickable":[4],"deletable":[4],"disabled":[4]}]]],["p-0d0823fc.system",[[1,"bds-expansion-panel-header",{"text":[1]}]]],["p-e4f93ad1.system",[[1,"bds-menu-separation",{"value":[1],"size":[1]}]]],["p-f826a966.system",[[1,"bds-modal",{"open":[1540],"closeButton":[1540,"close-button"],"size":[1537],"toggle":[64]}]]],["p-7b7f43b2.system",[[1,"bds-modal-close-button",{"active":[1540]}]]],["p-cee07ad7.system",[[1,"bds-progress-bar",{"percent":[2],"size":[1],"color":[1],"text":[1]}]]],["p-c73f04ad.system",[[0,"bds-tab",{"group":[1],"label":[1],"active":[4],"isActive":[32]},[[16,"bdsTabChange","handleTabChange"],[16,"bdsTabInit","handleTabChange"]]]]],["p-51d2f5e8.system",[[1,"bds-accordion",{"isOpen":[32],"numberElement":[32],"toggle":[64],"open":[64],"close":[64],"reciveNumber":[64]}]]],["p-814fe795.system",[[1,"bds-accordion-body",{"isOpen":[32],"heightContainer":[32],"numberElement":[32],"toggle":[64],"close":[64]}]]],["p-8c9a68a0.system",[[1,"bds-accordion-group",{"collapse":[1],"closeAll":[64]}]]],["p-a9dda4bf.system",[[1,"bds-alert",{"open":[1540],"dataTest":[1,"data-test"],"toggle":[64]}]]],["p-9a7ea0d7.system",[[1,"bds-alert-actions"]]],["p-f6ab58bc.system",[[1,"bds-banner-link",{"link":[1]}]]],["p-11b0c587.system",[[1,"bds-expansion-panel"]]],["p-35333fa5.system",[[1,"bds-expansion-panel-body",{"open":[4],"text":[1]}]]],["p-a18ff21d.system",[[6,"bds-grid",{"height":[1],"direction":[1],"justifyContent":[1,"justify-content"],"flexWrap":[1,"flex-wrap"],"alignItems":[1,"align-items"],"container":[4],"xxs":[1],"xs":[1],"sm":[1],"md":[1],"lg":[1],"xg":[1],"xxsOffset":[1,"xxs-offset"],"xsOffset":[1,"xs-offset"],"smOffset":[1,"sm-offset"],"mdOffset":[1,"md-offset"],"lgOffset":[1,"lg-offset"],"xgOffset":[1,"xg-offset"],"gap":[1],"padding":[1],"margin":[1]}]]],["p-cc792af4.system",[[1,"bds-illustration",{"type":[1],"name":[1],"dataTest":[1,"data-test"],"IllustrationContent":[32]}]]],["p-c3a7f98d.system",[[1,"bds-loading-bar",{"percent":[2],"size":[1],"text":[1],"dataTest":[1,"data-test"]}]]],["p-d05621d7.system",[[1,"bds-loading-page",{"dataTest":[1,"data-test"],"svgContent":[32]}]]],["p-b43841fe.system",[[1,"bds-menu",{"menu":[1],"position":[1],"open":[1540],"refElement":[32],"intoView":[32],"menupositionTop":[32],"menupositionLeft":[32],"toggle":[64]}]]],["p-f9973662.system",[[1,"bds-menu-list"]]],["p-dbc938b2.system",[[1,"bds-modal-action"]]],["p-15be4cc7.system",[[6,"bds-radio-group",{"value":[1537]}]]],["p-0bb7a496.system",[[4,"bds-stepper",{"setActiveStep":[64],"setCompletedStep":[64],"getActiveStep":[64],"resetActiveSteps":[64],"resetCompletedSteps":[64]}]]],["p-d0e3a181.system",[[4,"bds-tab-panel",{"group":[1],"isActive":[32]},[[16,"bdsTabChange","handleTabChange"],[16,"bdsTabInit","handleTabChange"]]]]],["p-3146a9be.system",[[1,"bds-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"flipRtl":[4,"flip-rtl"],"name":[1],"src":[1],"icon":[8],"size":[1],"lazy":[4],"theme":[513],"type":[1],"dataTest":[1,"data-test"],"svgContent":[32],"isVisible":[32]}],[1,"bds-typo",{"variant":[1],"lineHeight":[1,"line-height"],"bold":[1],"italic":[4],"noWrap":[4,"no-wrap"],"paragraph":[4],"margin":[4],"tag":[1],"dataTest":[1,"data-test"]}]]],["p-5e3032f7.system",[[1,"bds-list-item",{"checked":[1540],"typeList":[1,"type-list"],"avatarName":[1,"avatar-name"],"avatarThumbnail":[1,"avatar-thumbnail"],"icon":[1],"value":[1],"text":[1],"secondaryText":[1,"secondary-text"],"chips":[1025],"actionsButtons":[1025,"actions-buttons"],"internalChips":[32],"internalActionsButtons":[32]}]]],["p-3ea36673.system",[[1,"bds-banner",{"bannerAlign":[1,"banner-align"],"buttonClose":[1,"button-close"],"context":[1],"variant":[1],"visible":[32],"toggle":[64]}]]],["p-207d1ada.system",[[1,"bds-chip-tag",{"icon":[1],"color":[1]}]]],["p-1ece8c89.system",[[1,"bds-paper",{"elevation":[1],"dataTest":[1,"data-test"]}]]],["p-34a10c50.system",[[6,"bds-toast-container"]]],["p-7a9225cf.system",[[0,"bds-counter-text",{"length":[1026],"max":[2],"active":[1028],"warning":[1040],"delete":[1040]}]]],["p-66cfef26.system",[[1,"bds-datepicker-period",{"startDate":[16],"endDate":[16],"startDateSelect":[1040],"endDateSelect":[1040],"language":[1],"stateSelect":[1537,"state-select"],"week":[32],"months":[32],"years":[32],"monthActivated":[32],"yearActivated":[32],"animatePrev":[32],"animateNext":[32],"activeSelectYear":[32],"openSelectMonth":[32],"openSelectYear":[32],"monthsSlide":[32],"loadingSlide":[32],"clear":[64]}],[1,"bds-datepicker-single",{"endDate":[16],"startDate":[16],"dateSelect":[1040],"language":[1],"week":[32],"months":[32],"years":[32],"monthActivated":[32],"yearActivated":[32],"animatePrev":[32],"animateNext":[32],"openSelectMonth":[32],"openSelectYear":[32],"monthsSlide":[32],"loadingSlide":[32],"clear":[64]}],[1,"bds-input",{"inputName":[1,"input-name"],"type":[513],"label":[1],"placeholder":[1],"autoCapitalize":[1,"auto-capitalize"],"autoComplete":[1,"auto-complete"],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"readonly":[4],"required":[4],"pattern":[1],"helperMessage":[1,"helper-message"],"errorMessage":[1025,"error-message"],"icon":[513],"disabled":[1540],"danger":[1540],"value":[1025],"counterLength":[4,"counter-length"],"counterLengthRule":[16],"isSubmit":[4,"is-submit"],"isTextarea":[4,"is-textarea"],"rows":[2],"cols":[2],"requiredErrorMessage":[1,"required-error-message"],"minlengthErrorMessage":[1,"minlength-error-message"],"minErrorMessage":[1,"min-error-message"],"maxErrorMessage":[1,"max-error-message"],"emailErrorMessage":[1,"email-error-message"],"numberErrorMessage":[1,"number-error-message"],"chips":[4],"dataTest":[1,"data-test"],"isPressed":[32],"isPassword":[32],"validationMesage":[32],"validationDanger":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"isValid":[64],"clear":[64]}]]],["p-a20e0afa.system",[[1,"bds-button",{"disabled":[4],"size":[1],"variant":[1],"icon":[513],"arrow":[4],"type":[1],"typeIcon":[513,"type-icon"],"bdsLoading":[4,"bds-loading"],"bdsLoadingVariant":[1,"bds-loading-variant"],"bdsLoadingColor":[1,"bds-loading-color"],"dataTest":[1,"data-test"]}],[1,"bds-loading-spinner",{"variant":[1],"size":[1],"color":[1],"dataTest":[1,"data-test"],"svgContent":[32]}]]],["p-6b50edac.system",[[1,"bds-checkbox",{"refer":[1],"label":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"checkBoxId":[32],"getInputElement":[64],"getValue":[64]}],[1,"bds-radio",{"refer":[1],"label":[1],"value":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"radioId":[32],"getInputElement":[64],"getValue":[64]}],[1,"bds-switch",{"refer":[1],"size":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"switchId":[32],"getInputElement":[64],"getValue":[64]}]]],["p-582870f8.system",[[6,"bds-select-option",{"value":[8],"selected":[4],"disabled":[4],"invisible":[1540],"danger":[1540],"bulkOption":[1,"bulk-option"],"slotAlign":[1,"slot-align"],"titleText":[1,"title-text"],"status":[1],"dataTest":[1,"data-test"]}]]],["p-561b8388.system",[[1,"bds-avatar",{"name":[1],"thumbnail":[1],"size":[1],"upload":[4],"ellipsis":[2],"dataTest":[1,"data-test"]}]]],["p-991c33de.system",[[1,"bds-chip-clickable",{"icon":[1],"avatar":[1],"color":[1],"size":[1],"clickable":[4],"close":[4],"disabled":[4],"dataTest":[1,"data-test"],"visible":[32]}],[1,"bds-tooltip",{"tooltipText":[1,"tooltip-text"],"disabled":[516],"position":[1],"dataTest":[1,"data-test"],"isMouseOver":[32]}]]],["p-792d0b5f.system",[[1,"bds-button-icon",{"disabled":[4],"size":[1],"variant":[1],"icon":[513],"dataTest":[1,"data-test"]}]]]]'),e)}))}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./p-dc9f493c.system.js"],(function(o){"use strict";var t,n;return{setters:[function(o){t=o.r;n=o.h}],execute:function(){var r=".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}";var e=o("bds_button_icon",function(){function o(o){t(this,o);this.mapSize={tall:"xxx-large",standard:"x-large",short:"medium"};this.mapVariantStyle={primary:"icon__button--primary",secondary:"icon__button--secondary",tertiary:"icon__button--tertiary",delete:"icon__button--delete",ghost:"icon__button--ghost","secondary--white":"icon__button--secondary-white"};this.disabled=false;this.size="standard";this.variant="primary";this.icon=null;this.dataTest=null}o.prototype.render=function(){var o;if(!this.icon)return null;var t=this.mapSize[this.size];var r=this.mapVariantStyle[this.variant];return n("button",{disabled:this.disabled,class:(o={},o["icon__button"]=true,o[r]=true,o["".concat(r,"--disabled")]=this.disabled,o),"data-test":this.dataTest},n("bds-icon",{name:this.icon,size:t,color:"inherit"}))};return o}());e.style=r}}}));
|
|
1
|
+
System.register(["./p-dc9f493c.system.js"],(function(o){"use strict";var t,n;return{setters:[function(o){t=o.r;n=o.h}],execute:function(){var r=".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}.icon__button.size-tall{width:56px;height:56px}.icon__button.size-standard{width:48px;height:48px}.icon__button.size-short{width:40px;height:40px}";var e=o("bds_button_icon",function(){function o(o){t(this,o);this.mapSize={tall:"xxx-large",standard:"x-large",short:"medium"};this.mapVariantStyle={primary:"icon__button--primary",secondary:"icon__button--secondary",tertiary:"icon__button--tertiary",delete:"icon__button--delete",ghost:"icon__button--ghost","secondary--white":"icon__button--secondary-white"};this.disabled=false;this.size="standard";this.variant="primary";this.icon=null;this.dataTest=null}o.prototype.render=function(){var o;if(!this.icon)return null;var t=this.mapSize[this.size];var r=this.mapVariantStyle[this.variant];return n("button",{disabled:this.disabled,class:(o={},o["icon__button"]=true,o[r]=true,o["".concat(r,"--disabled")]=this.disabled,o["size-".concat(this.size)]=true,o),"data-test":this.dataTest},n("bds-icon",{name:this.icon,size:t,color:"inherit"}))};return o}());e.style=r}}}));
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-4769223d.js');
|
|
6
6
|
|
|
7
|
-
const iconButtonCss = ".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}";
|
|
7
|
+
const iconButtonCss = ".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}.icon__button.size-tall{width:56px;height:56px}.icon__button.size-standard{width:48px;height:48px}.icon__button.size-short{width:40px;height:40px}";
|
|
8
8
|
|
|
9
9
|
const IconButton = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -37,6 +37,7 @@ const IconButton = class {
|
|
|
37
37
|
['icon__button']: true,
|
|
38
38
|
[state]: true,
|
|
39
39
|
[`${state}--disabled`]: this.disabled,
|
|
40
|
+
[`size-${this.size}`]: true,
|
|
40
41
|
}, "data-test": this.dataTest }, index.h("bds-icon", { name: this.icon, size: size, color: "inherit" })));
|
|
41
42
|
}
|
|
42
43
|
};
|
|
@@ -215,4 +215,16 @@
|
|
|
215
215
|
.icon__button--delete--disabled:hover, .icon__button--delete--disabled:active {
|
|
216
216
|
background: #fccccc;
|
|
217
217
|
color: #ba5a5a;
|
|
218
|
+
}
|
|
219
|
+
.icon__button.size-tall {
|
|
220
|
+
width: 56px;
|
|
221
|
+
height: 56px;
|
|
222
|
+
}
|
|
223
|
+
.icon__button.size-standard {
|
|
224
|
+
width: 48px;
|
|
225
|
+
height: 48px;
|
|
226
|
+
}
|
|
227
|
+
.icon__button.size-short {
|
|
228
|
+
width: 40px;
|
|
229
|
+
height: 40px;
|
|
218
230
|
}
|
|
@@ -29,6 +29,7 @@ export class IconButton {
|
|
|
29
29
|
['icon__button']: true,
|
|
30
30
|
[state]: true,
|
|
31
31
|
[`${state}--disabled`]: this.disabled,
|
|
32
|
+
[`size-${this.size}`]: true,
|
|
32
33
|
}, "data-test": this.dataTest }, h("bds-icon", { name: this.icon, size: size, color: "inherit" })));
|
|
33
34
|
}
|
|
34
35
|
static get is() { return "bds-button-icon"; }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-7024bdb7.js';
|
|
2
2
|
|
|
3
|
-
const iconButtonCss = ".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}";
|
|
3
|
+
const iconButtonCss = ".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}.icon__button.size-tall{width:56px;height:56px}.icon__button.size-standard{width:48px;height:48px}.icon__button.size-short{width:40px;height:40px}";
|
|
4
4
|
|
|
5
5
|
const IconButton = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -33,6 +33,7 @@ const IconButton = class {
|
|
|
33
33
|
['icon__button']: true,
|
|
34
34
|
[state]: true,
|
|
35
35
|
[`${state}--disabled`]: this.disabled,
|
|
36
|
+
[`size-${this.size}`]: true,
|
|
36
37
|
}, "data-test": this.dataTest }, h("bds-icon", { name: this.icon, size: size, color: "inherit" })));
|
|
37
38
|
}
|
|
38
39
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as registerInstance,h}from"./index-4ae25fc8.js";var iconButtonCss=".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}";var IconButton=function(){function o(o){registerInstance(this,o);this.mapSize={tall:"xxx-large",standard:"x-large",short:"medium"};this.mapVariantStyle={primary:"icon__button--primary",secondary:"icon__button--secondary",tertiary:"icon__button--tertiary",delete:"icon__button--delete",ghost:"icon__button--ghost","secondary--white":"icon__button--secondary-white"};this.disabled=false;this.size="standard";this.variant="primary";this.icon=null;this.dataTest=null}o.prototype.render=function(){var o;if(!this.icon)return null;var t=this.mapSize[this.size];var n=this.mapVariantStyle[this.variant];return h("button",{disabled:this.disabled,class:(o={},o["icon__button"]=true,o[n]=true,o["".concat(n,"--disabled")]=this.disabled,o),"data-test":this.dataTest},h("bds-icon",{name:this.icon,size:t,color:"inherit"}))};return o}();IconButton.style=iconButtonCss;export{IconButton as bds_button_icon};
|
|
1
|
+
import{r as registerInstance,h}from"./index-4ae25fc8.js";var iconButtonCss=".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}.icon__button.size-tall{width:56px;height:56px}.icon__button.size-standard{width:48px;height:48px}.icon__button.size-short{width:40px;height:40px}";var IconButton=function(){function o(o){registerInstance(this,o);this.mapSize={tall:"xxx-large",standard:"x-large",short:"medium"};this.mapVariantStyle={primary:"icon__button--primary",secondary:"icon__button--secondary",tertiary:"icon__button--tertiary",delete:"icon__button--delete",ghost:"icon__button--ghost","secondary--white":"icon__button--secondary-white"};this.disabled=false;this.size="standard";this.variant="primary";this.icon=null;this.dataTest=null}o.prototype.render=function(){var o;if(!this.icon)return null;var t=this.mapSize[this.size];var n=this.mapVariantStyle[this.variant];return h("button",{disabled:this.disabled,class:(o={},o["icon__button"]=true,o[n]=true,o["".concat(n,"--disabled")]=this.disabled,o["size-".concat(this.size)]=true,o),"data-test":this.dataTest},h("bds-icon",{name:this.icon,size:t,color:"inherit"}))};return o}();IconButton.style=iconButtonCss;export{IconButton as bds_button_icon};
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as o,h as t}from"./p-27165275.js";const n=class{constructor(t){o(this,t),this.mapSize={tall:"xxx-large",standard:"x-large",short:"medium"},this.mapVariantStyle={primary:"icon__button--primary",secondary:"icon__button--secondary",tertiary:"icon__button--tertiary",delete:"icon__button--delete",ghost:"icon__button--ghost","secondary--white":"icon__button--secondary-white"},this.disabled=!1,this.size="standard",this.variant="primary",this.icon=null,this.dataTest=null}render(){if(!this.icon)return null;const o=this.mapVariantStyle[this.variant];return t("button",{disabled:this.disabled,class:{icon__button:!0,[o]:!0,[`${o}--disabled`]:this.disabled},"data-test":this.dataTest},t("bds-icon",{name:this.icon,size:this.mapSize[this.size],color:"inherit"}))}};n.style=".icon__button{border:none;margin:0;padding:0;width:auto;overflow:visible;outline:none;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;border-radius:8px;padding:8px}.icon__button::-moz-focus-inner{border:0;padding:0}.icon__button *{pointer-events:none}.icon__button--primary{color:#ffffff;background:#3f7de8}.icon__button--primary:hover{color:#ffffff;background:#125ad5}.icon__button--primary:focus{color:#ffffff;background:#125ad5}.icon__button--primary:active{color:#ffffff;background:#0747a6}.icon__button--primary--disabled{cursor:not-allowed;background:#e8f2ff;color:#637798}.icon__button--primary--disabled:hover,.icon__button--primary--disabled:active{background:#e8f2ff;color:#637798}.icon__button--secondary{color:#505f79;background:transparent}.icon__button--secondary:hover{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:focus{color:#3f7de8;background:#e8f2ff}.icon__button--secondary:active{color:#3f7de8;background:#d1e3fa}.icon__button--secondary--disabled{cursor:not-allowed;background:transparent;color:#637798}.icon__button--secondary--disabled:hover,.icon__button--secondary--disabled:active{background:transparent;color:#637798}.icon__button--tertiary{color:#3f7de8;background:transparent;border:1px solid #d2dfe6}.icon__button--tertiary:hover{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:focus{border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary:active{background:#d1e3fa;border:1px solid #3f7de8;color:#3f7de8}.icon__button--tertiary--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--tertiary--disabled:hover,.icon__button--tertiary--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost{color:#3f7de8;background:transparent;border:1px solid #3f7de8}.icon__button--ghost:hover{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:focus{background:#e8f2ff;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost:active{background:#d1e3fa;color:#3f7de8;border:1px solid #3f7de8}.icon__button--ghost--disabled{cursor:not-allowed;background:transparent;color:#637798;border:1px solid #637798}.icon__button--ghost--disabled:hover,.icon__button--ghost--disabled:active{background:transparent;color:#637798;border:1px solid #637798}.icon__button--secondary-white{background:transparent;color:#ffffff}.icon__button--secondary-white:hover,.icon__button--secondary-white:focus{background:rgba(255, 255, 255, 0.3);color:#ffffff}.icon__button--secondary-white:active{background:rgba(255, 255, 255, 0.4);color:#ffffff}.icon__button--secondary-white--disabled{cursor:not-allowed;color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:hover{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:focus{color:#637798;background:#e8f2ff}.icon__button--secondary-white--disabled:active{color:#637798;background:#e8f2ff}.icon__button--delete{color:#ffffff;background:#ff4c4c}.icon__button--delete:hover{color:#ffffff;background:#a01c2c}.icon__button--delete:focus{color:#ffffff;background:#a01c2c}.icon__button--delete:active{color:#ffffff;background:#6a2026}.icon__button--delete--disabled{cursor:not-allowed;background:#fccccc;color:#ba5a5a}.icon__button--delete--disabled:hover,.icon__button--delete--disabled:active{background:#fccccc;color:#ba5a5a}";export{n as bds_button_icon}
|