blip-ds 1.228.2 → 1.228.4
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/bds-tooltip.entry.js +1 -1
- package/dist/blip-ds/bds-tooltip.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/blip-ds/{p-991c33de.system.entry.js → p-832f28bc.system.entry.js} +1 -1
- package/dist/blip-ds/{p-1e47b486.entry.js → p-e055f2d5.entry.js} +1 -1
- package/dist/cjs/bds-button-icon.cjs.entry.js +2 -1
- package/dist/cjs/bds-chip-clickable_2.cjs.entry.js +1 -1
- package/dist/cjs/bds-tooltip.cjs.entry.js +1 -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/collection/components/tooltip/tooltip.css +4 -4
- package/dist/esm/bds-button-icon.entry.js +2 -1
- package/dist/esm/bds-chip-clickable_2.entry.js +1 -1
- package/dist/esm/bds-tooltip.entry.js +1 -1
- package/dist/esm-es5/bds-button-icon.entry.js +1 -1
- package/dist/esm-es5/bds-chip-clickable_2.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}}}));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-4ea716d7.js';
|
|
2
2
|
|
|
3
|
-
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left
|
|
3
|
+
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left:-40px}.tooltip__tip--top-left::before{left:calc(15% + 6px)}.tooltip__tip--top-right{left:initial;right:-40px}.tooltip__tip--top-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-center,.tooltip__tip--top-center{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__tip--left-center,.tooltip__tip--right-center{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.tooltip__tip--right-center,.tooltip__tip--right-top,.tooltip__tip--right-bottom{left:calc(100% + 10px);top:50%}.tooltip__tip--right-center::before,.tooltip__tip--right-top::before,.tooltip__tip--right-bottom::before{left:-6px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-right-color:#0a0f1a}.tooltip__tip--right-top{top:0}.tooltip__tip--right-top::before{top:40%}.tooltip__tip--right-bottom{top:initial;bottom:0}.tooltip__tip--right-bottom::before{top:60%}.tooltip__tip--bottom-center,.tooltip__tip--bottom-right,.tooltip__tip--bottom-left{top:calc(100% + 10px)}.tooltip__tip--bottom-center::before,.tooltip__tip--bottom-right::before,.tooltip__tip--bottom-left::before{bottom:100%;border-bottom-color:#0a0f1a}.tooltip__tip--bottom-right{left:initial;right:-40px}.tooltip__tip--bottom-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-left{left:-40px}.tooltip__tip--bottom-left::before{left:calc(15% + 6px)}.tooltip__tip--left-center,.tooltip__tip--left-top,.tooltip__tip--left-bottom{left:auto;right:calc(100% + 10px);top:50%}.tooltip__tip--left-center::before,.tooltip__tip--left-top::before,.tooltip__tip--left-bottom::before{left:auto;right:-12px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-left-color:#0a0f1a}.tooltip__tip--left-top{top:0}.tooltip__tip--left-top::before{top:40%}.tooltip__tip--left-bottom{top:initial;bottom:0}.tooltip__tip--left-bottom::before{top:60%}.tooltip__tip__text{overflow:hidden}";
|
|
4
4
|
|
|
5
5
|
const Tooltip = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./index-d4fc1ace.system.js"],(function(t){"use strict";var o,i;return{setters:[function(t){o=t.r;i=t.h}],execute:function(){var e='.tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:"";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left
|
|
1
|
+
System.register(["./index-d4fc1ace.system.js"],(function(t){"use strict";var o,i;return{setters:[function(t){o=t.r;i=t.h}],execute:function(){var e='.tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:"";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left:-40px}.tooltip__tip--top-left::before{left:calc(15% + 6px)}.tooltip__tip--top-right{left:initial;right:-40px}.tooltip__tip--top-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-center,.tooltip__tip--top-center{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__tip--left-center,.tooltip__tip--right-center{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.tooltip__tip--right-center,.tooltip__tip--right-top,.tooltip__tip--right-bottom{left:calc(100% + 10px);top:50%}.tooltip__tip--right-center::before,.tooltip__tip--right-top::before,.tooltip__tip--right-bottom::before{left:-6px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-right-color:#0a0f1a}.tooltip__tip--right-top{top:0}.tooltip__tip--right-top::before{top:40%}.tooltip__tip--right-bottom{top:initial;bottom:0}.tooltip__tip--right-bottom::before{top:60%}.tooltip__tip--bottom-center,.tooltip__tip--bottom-right,.tooltip__tip--bottom-left{top:calc(100% + 10px)}.tooltip__tip--bottom-center::before,.tooltip__tip--bottom-right::before,.tooltip__tip--bottom-left::before{bottom:100%;border-bottom-color:#0a0f1a}.tooltip__tip--bottom-right{left:initial;right:-40px}.tooltip__tip--bottom-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-left{left:-40px}.tooltip__tip--bottom-left::before{left:calc(15% + 6px)}.tooltip__tip--left-center,.tooltip__tip--left-top,.tooltip__tip--left-bottom{left:auto;right:calc(100% + 10px);top:50%}.tooltip__tip--left-center::before,.tooltip__tip--left-top::before,.tooltip__tip--left-bottom::before{left:auto;right:-12px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-left-color:#0a0f1a}.tooltip__tip--left-top{top:0}.tooltip__tip--left-top::before{top:40%}.tooltip__tip--left-bottom{top:initial;bottom:0}.tooltip__tip--left-bottom::before{top:60%}.tooltip__tip__text{overflow:hidden}';var p=t("bds_tooltip",function(){function t(t){o(this,t);this.isMouseOver=false;this.tooltipText="Tooltip";this.disabled=false;this.position="left-center";this.dataTest=null}t.prototype.setVisibility=function(t){if(this.disabled){this.isMouseOver=false;return}this.isMouseOver=t};t.prototype.render=function(){var t;var o=this;return i("div",{class:"tooltip__wrapper"},i("div",{onMouseEnter:function(){return o.setVisibility(true)},onMouseLeave:function(){return o.setVisibility(false)},"data-test":this.dataTest},i("slot",null)),i("div",{class:(t={tooltip__tip:true},t["tooltip__tip--".concat(this.position)]=true,t["tooltip__tip--visible"]=this.isMouseOver,t)},i("div",{class:{tooltip__tip__text:true}},i("bds-typo",{variant:"fs-12"},this.tooltipText))))};return t}());p.style=e}}}));
|
|
@@ -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-832f28bc.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}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./p-dc9f493c.system.js"],(function(t){"use strict";var i,e,o,l,s;return{setters:[function(t){i=t.r;e=t.c;o=t.h;l=t.H;s=t.g}],execute:function(){var c=':host{display:block;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable{display:-ms-flexbox;display:flex;min-width:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:32px;border-radius:16px;padding:2px 4px;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-pack:center;justify-content:center;position:relative;z-index:0}:host .chip_clickable--hide{display:none;padding:0;border:none}:host .chip_clickable .chip_focus:focus{position:absolute;width:100%;height:100%;padding:2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--click{cursor:pointer}:host .chip_clickable--click .chip_darker{opacity:0;position:absolute;width:100%;height:100%;border-radius:inherit;z-index:1;-webkit-backdrop-filter:brightness(1);backdrop-filter:brightness(1);-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable--click:hover .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.9);backdrop-filter:brightness(0.9)}:host .chip_clickable--click:active .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.8);backdrop-filter:brightness(0.8)}:host .chip_clickable--disabled{cursor:default;background-color:#f3f6fa}:host .chip_clickable--disabled .chip_clickable--icon{color:#505f79}:host .chip_clickable--disabled .chip_clickable--text{color:#505f79}:host .chip_clickable--disabled .chip_clickable--close{cursor:default}:host .chip_clickable--icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-left:4px;color:#202c44;z-index:2}:host .chip_clickable--close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-right:4px;mix-blend-mode:hard-light;color:#202c44;opacity:0.7;z-index:2;position:relative;cursor:pointer}:host .chip_clickable--close .close_focus:focus{position:absolute;width:100%;height:100%;left:-2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:20px;margin:0 8px;z-index:2;color:#202c44;font-family:"Nunito Sans", "Tahoma", "Helvetica", "Arial", sans-serif}:host .chip_clickable--tall{height:40px;border-radius:24px}:host .chip_clickable--default{background-color:#b3d4ff}:host .chip_clickable--info{background-color:#80e3eb}:host .chip_clickable--success{background-color:#90e6bc}:host .chip_clickable--warning{background-color:#fff6a8}:host .chip_clickable--danger{background-color:#ffa5a5}:host .chip_clickable--outline{background-color:#ffffff;border:1px solid #b9cbd3}:host .chip_clickable:focus-visible{outline:none}';var r=t("bds_chip_clickable",function(){function t(t){i(this,t);this.chipClickableClose=e(this,"chipClickableClose",7);this.chipClickableClick=e(this,"chipClickableClick",7);this.visible=true;this.icon=undefined;this.avatar=undefined;this.color="default";this.size="standard";this.clickable=false;this.close=false;this.disabled=false;this.dataTest=null}t.prototype.handleClickKey=function(t){if((t.key==="Enter"||t.key===" ")&&!this.disabled){t.preventDefault();this.chipClickableClick.emit()}};t.prototype.handleClick=function(t){if(!this.disabled){t.preventDefault();this.chipClickableClick.emit()}};t.prototype.handleCloseChip=function(t){t.preventDefault();this.chipClickableClose.emit({id:this.element.id})};t.prototype.handleCloseKey=function(t){if((t.key==="Enter"||t.key===" ")&&!this.disabled){t.preventDefault();this.chipClickableClose.emit({id:this.element.id})}};t.prototype.getSizeAvatarChip=function(){if(this.size==="tall"){return"extra-small"}else return"micro"};t.prototype.getSizeIconChip=function(){if(this.size==="tall"){return"medium"}else return"x-small"};t.prototype.render=function(){var t;return o(l,null,o("div",{class:(t={chip_clickable:true},t["chip_clickable--".concat(this.color)]=!this.disabled,t["chip_clickable--".concat(this.size)]=true,t["chip_clickable--hide"]=!this.visible,t["chip_clickable--click"]=this.clickable,t["chip_clickable--disabled"]=this.disabled,t),onClick:this.handleClick.bind(this),"data-test":this.dataTest},this.clickable&&!this.disabled&&o("div",{class:"chip_focus",onKeyDown:this.handleClickKey.bind(this),tabindex:"0"}),this.clickable&&!this.disabled&&o("div",{class:"chip_darker"}),this.icon&&!this.avatar&&o("div",{class:"chip_clickable--icon"},o("bds-icon",{size:this.getSizeIconChip(),name:this.icon})),this.avatar&&o("div",{class:"chip_clickable--avatar"},o("bds-avatar",{size:this.getSizeAvatarChip(),thumbnail:this.avatar})),o("bds-typo",{class:"chip_clickable--text",variant:"fs-12",bold:"bold"},o("slot",null)),this.close&&o("div",{class:"chip_clickable--close",onClick:this.handleCloseChip.bind(this)},!this.disabled&&o("div",{class:"close_focus",onKeyDown:this.handleCloseKey.bind(this),tabindex:"0"}),o("bds-icon",{size:"x-small",theme:"solid",name:"error"}))))};Object.defineProperty(t.prototype,"element",{get:function(){return s(this)},enumerable:false,configurable:true});return t}());r.style=c;var a='.tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:"";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left
|
|
1
|
+
System.register(["./p-dc9f493c.system.js"],(function(t){"use strict";var i,e,o,l,s;return{setters:[function(t){i=t.r;e=t.c;o=t.h;l=t.H;s=t.g}],execute:function(){var c=':host{display:block;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable{display:-ms-flexbox;display:flex;min-width:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:32px;border-radius:16px;padding:2px 4px;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-pack:center;justify-content:center;position:relative;z-index:0}:host .chip_clickable--hide{display:none;padding:0;border:none}:host .chip_clickable .chip_focus:focus{position:absolute;width:100%;height:100%;padding:2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--click{cursor:pointer}:host .chip_clickable--click .chip_darker{opacity:0;position:absolute;width:100%;height:100%;border-radius:inherit;z-index:1;-webkit-backdrop-filter:brightness(1);backdrop-filter:brightness(1);-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable--click:hover .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.9);backdrop-filter:brightness(0.9)}:host .chip_clickable--click:active .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.8);backdrop-filter:brightness(0.8)}:host .chip_clickable--disabled{cursor:default;background-color:#f3f6fa}:host .chip_clickable--disabled .chip_clickable--icon{color:#505f79}:host .chip_clickable--disabled .chip_clickable--text{color:#505f79}:host .chip_clickable--disabled .chip_clickable--close{cursor:default}:host .chip_clickable--icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-left:4px;color:#202c44;z-index:2}:host .chip_clickable--close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-right:4px;mix-blend-mode:hard-light;color:#202c44;opacity:0.7;z-index:2;position:relative;cursor:pointer}:host .chip_clickable--close .close_focus:focus{position:absolute;width:100%;height:100%;left:-2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:20px;margin:0 8px;z-index:2;color:#202c44;font-family:"Nunito Sans", "Tahoma", "Helvetica", "Arial", sans-serif}:host .chip_clickable--tall{height:40px;border-radius:24px}:host .chip_clickable--default{background-color:#b3d4ff}:host .chip_clickable--info{background-color:#80e3eb}:host .chip_clickable--success{background-color:#90e6bc}:host .chip_clickable--warning{background-color:#fff6a8}:host .chip_clickable--danger{background-color:#ffa5a5}:host .chip_clickable--outline{background-color:#ffffff;border:1px solid #b9cbd3}:host .chip_clickable:focus-visible{outline:none}';var r=t("bds_chip_clickable",function(){function t(t){i(this,t);this.chipClickableClose=e(this,"chipClickableClose",7);this.chipClickableClick=e(this,"chipClickableClick",7);this.visible=true;this.icon=undefined;this.avatar=undefined;this.color="default";this.size="standard";this.clickable=false;this.close=false;this.disabled=false;this.dataTest=null}t.prototype.handleClickKey=function(t){if((t.key==="Enter"||t.key===" ")&&!this.disabled){t.preventDefault();this.chipClickableClick.emit()}};t.prototype.handleClick=function(t){if(!this.disabled){t.preventDefault();this.chipClickableClick.emit()}};t.prototype.handleCloseChip=function(t){t.preventDefault();this.chipClickableClose.emit({id:this.element.id})};t.prototype.handleCloseKey=function(t){if((t.key==="Enter"||t.key===" ")&&!this.disabled){t.preventDefault();this.chipClickableClose.emit({id:this.element.id})}};t.prototype.getSizeAvatarChip=function(){if(this.size==="tall"){return"extra-small"}else return"micro"};t.prototype.getSizeIconChip=function(){if(this.size==="tall"){return"medium"}else return"x-small"};t.prototype.render=function(){var t;return o(l,null,o("div",{class:(t={chip_clickable:true},t["chip_clickable--".concat(this.color)]=!this.disabled,t["chip_clickable--".concat(this.size)]=true,t["chip_clickable--hide"]=!this.visible,t["chip_clickable--click"]=this.clickable,t["chip_clickable--disabled"]=this.disabled,t),onClick:this.handleClick.bind(this),"data-test":this.dataTest},this.clickable&&!this.disabled&&o("div",{class:"chip_focus",onKeyDown:this.handleClickKey.bind(this),tabindex:"0"}),this.clickable&&!this.disabled&&o("div",{class:"chip_darker"}),this.icon&&!this.avatar&&o("div",{class:"chip_clickable--icon"},o("bds-icon",{size:this.getSizeIconChip(),name:this.icon})),this.avatar&&o("div",{class:"chip_clickable--avatar"},o("bds-avatar",{size:this.getSizeAvatarChip(),thumbnail:this.avatar})),o("bds-typo",{class:"chip_clickable--text",variant:"fs-12",bold:"bold"},o("slot",null)),this.close&&o("div",{class:"chip_clickable--close",onClick:this.handleCloseChip.bind(this)},!this.disabled&&o("div",{class:"close_focus",onKeyDown:this.handleCloseKey.bind(this),tabindex:"0"}),o("bds-icon",{size:"x-small",theme:"solid",name:"error"}))))};Object.defineProperty(t.prototype,"element",{get:function(){return s(this)},enumerable:false,configurable:true});return t}());r.style=c;var a='.tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:"";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left:-40px}.tooltip__tip--top-left::before{left:calc(15% + 6px)}.tooltip__tip--top-right{left:initial;right:-40px}.tooltip__tip--top-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-center,.tooltip__tip--top-center{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__tip--left-center,.tooltip__tip--right-center{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.tooltip__tip--right-center,.tooltip__tip--right-top,.tooltip__tip--right-bottom{left:calc(100% + 10px);top:50%}.tooltip__tip--right-center::before,.tooltip__tip--right-top::before,.tooltip__tip--right-bottom::before{left:-6px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-right-color:#0a0f1a}.tooltip__tip--right-top{top:0}.tooltip__tip--right-top::before{top:40%}.tooltip__tip--right-bottom{top:initial;bottom:0}.tooltip__tip--right-bottom::before{top:60%}.tooltip__tip--bottom-center,.tooltip__tip--bottom-right,.tooltip__tip--bottom-left{top:calc(100% + 10px)}.tooltip__tip--bottom-center::before,.tooltip__tip--bottom-right::before,.tooltip__tip--bottom-left::before{bottom:100%;border-bottom-color:#0a0f1a}.tooltip__tip--bottom-right{left:initial;right:-40px}.tooltip__tip--bottom-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-left{left:-40px}.tooltip__tip--bottom-left::before{left:calc(15% + 6px)}.tooltip__tip--left-center,.tooltip__tip--left-top,.tooltip__tip--left-bottom{left:auto;right:calc(100% + 10px);top:50%}.tooltip__tip--left-center::before,.tooltip__tip--left-top::before,.tooltip__tip--left-bottom::before{left:auto;right:-12px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-left-color:#0a0f1a}.tooltip__tip--left-top{top:0}.tooltip__tip--left-top::before{top:40%}.tooltip__tip--left-bottom{top:initial;bottom:0}.tooltip__tip--left-bottom::before{top:60%}.tooltip__tip__text{overflow:hidden}';var p=t("bds_tooltip",function(){function t(t){i(this,t);this.isMouseOver=false;this.tooltipText="Tooltip";this.disabled=false;this.position="left-center";this.dataTest=null}t.prototype.setVisibility=function(t){if(this.disabled){this.isMouseOver=false;return}this.isMouseOver=t};t.prototype.render=function(){var t;var i=this;return o("div",{class:"tooltip__wrapper"},o("div",{onMouseEnter:function(){return i.setVisibility(true)},onMouseLeave:function(){return i.setVisibility(false)},"data-test":this.dataTest},o("slot",null)),o("div",{class:(t={tooltip__tip:true},t["tooltip__tip--".concat(this.position)]=true,t["tooltip__tip--visible"]=this.isMouseOver,t)},o("div",{class:{tooltip__tip__text:true}},o("bds-typo",{variant:"fs-12"},this.tooltipText))))};return t}());p.style=a}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,c as i,h as o,H as e,g as l}from"./p-27165275.js";const s=class{constructor(o){t(this,o),this.chipClickableClose=i(this,"chipClickableClose",7),this.chipClickableClick=i(this,"chipClickableClick",7),this.visible=!0,this.icon=void 0,this.avatar=void 0,this.color="default",this.size="standard",this.clickable=!1,this.close=!1,this.disabled=!1,this.dataTest=null}handleClickKey(t){"Enter"!==t.key&&" "!==t.key||this.disabled||(t.preventDefault(),this.chipClickableClick.emit())}handleClick(t){this.disabled||(t.preventDefault(),this.chipClickableClick.emit())}handleCloseChip(t){t.preventDefault(),this.chipClickableClose.emit({id:this.element.id})}handleCloseKey(t){"Enter"!==t.key&&" "!==t.key||this.disabled||(t.preventDefault(),this.chipClickableClose.emit({id:this.element.id}))}getSizeAvatarChip(){return"tall"===this.size?"extra-small":"micro"}getSizeIconChip(){return"tall"===this.size?"medium":"x-small"}render(){return o(e,null,o("div",{class:{chip_clickable:!0,[`chip_clickable--${this.color}`]:!this.disabled,[`chip_clickable--${this.size}`]:!0,"chip_clickable--hide":!this.visible,"chip_clickable--click":this.clickable,"chip_clickable--disabled":this.disabled},onClick:this.handleClick.bind(this),"data-test":this.dataTest},this.clickable&&!this.disabled&&o("div",{class:"chip_focus",onKeyDown:this.handleClickKey.bind(this),tabindex:"0"}),this.clickable&&!this.disabled&&o("div",{class:"chip_darker"}),this.icon&&!this.avatar&&o("div",{class:"chip_clickable--icon"},o("bds-icon",{size:this.getSizeIconChip(),name:this.icon})),this.avatar&&o("div",{class:"chip_clickable--avatar"},o("bds-avatar",{size:this.getSizeAvatarChip(),thumbnail:this.avatar})),o("bds-typo",{class:"chip_clickable--text",variant:"fs-12",bold:"bold"},o("slot",null)),this.close&&o("div",{class:"chip_clickable--close",onClick:this.handleCloseChip.bind(this)},!this.disabled&&o("div",{class:"close_focus",onKeyDown:this.handleCloseKey.bind(this),tabindex:"0"}),o("bds-icon",{size:"x-small",theme:"solid",name:"error"}))))}get element(){return l(this)}};s.style=':host{display:block;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable{display:-ms-flexbox;display:flex;min-width:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:32px;border-radius:16px;padding:2px 4px;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-pack:center;justify-content:center;position:relative;z-index:0}:host .chip_clickable--hide{display:none;padding:0;border:none}:host .chip_clickable .chip_focus:focus{position:absolute;width:100%;height:100%;padding:2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--click{cursor:pointer}:host .chip_clickable--click .chip_darker{opacity:0;position:absolute;width:100%;height:100%;border-radius:inherit;z-index:1;-webkit-backdrop-filter:brightness(1);backdrop-filter:brightness(1);-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable--click:hover .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.9);backdrop-filter:brightness(0.9)}:host .chip_clickable--click:active .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.8);backdrop-filter:brightness(0.8)}:host .chip_clickable--disabled{cursor:default;background-color:#f3f6fa}:host .chip_clickable--disabled .chip_clickable--icon{color:#505f79}:host .chip_clickable--disabled .chip_clickable--text{color:#505f79}:host .chip_clickable--disabled .chip_clickable--close{cursor:default}:host .chip_clickable--icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-left:4px;color:#202c44;z-index:2}:host .chip_clickable--close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-right:4px;mix-blend-mode:hard-light;color:#202c44;opacity:0.7;z-index:2;position:relative;cursor:pointer}:host .chip_clickable--close .close_focus:focus{position:absolute;width:100%;height:100%;left:-2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:20px;margin:0 8px;z-index:2;color:#202c44;font-family:"Nunito Sans", "Tahoma", "Helvetica", "Arial", sans-serif}:host .chip_clickable--tall{height:40px;border-radius:24px}:host .chip_clickable--default{background-color:#b3d4ff}:host .chip_clickable--info{background-color:#80e3eb}:host .chip_clickable--success{background-color:#90e6bc}:host .chip_clickable--warning{background-color:#fff6a8}:host .chip_clickable--danger{background-color:#ffa5a5}:host .chip_clickable--outline{background-color:#ffffff;border:1px solid #b9cbd3}:host .chip_clickable:focus-visible{outline:none}';const
|
|
1
|
+
import{r as t,c as i,h as o,H as e,g as l}from"./p-27165275.js";const s=class{constructor(o){t(this,o),this.chipClickableClose=i(this,"chipClickableClose",7),this.chipClickableClick=i(this,"chipClickableClick",7),this.visible=!0,this.icon=void 0,this.avatar=void 0,this.color="default",this.size="standard",this.clickable=!1,this.close=!1,this.disabled=!1,this.dataTest=null}handleClickKey(t){"Enter"!==t.key&&" "!==t.key||this.disabled||(t.preventDefault(),this.chipClickableClick.emit())}handleClick(t){this.disabled||(t.preventDefault(),this.chipClickableClick.emit())}handleCloseChip(t){t.preventDefault(),this.chipClickableClose.emit({id:this.element.id})}handleCloseKey(t){"Enter"!==t.key&&" "!==t.key||this.disabled||(t.preventDefault(),this.chipClickableClose.emit({id:this.element.id}))}getSizeAvatarChip(){return"tall"===this.size?"extra-small":"micro"}getSizeIconChip(){return"tall"===this.size?"medium":"x-small"}render(){return o(e,null,o("div",{class:{chip_clickable:!0,[`chip_clickable--${this.color}`]:!this.disabled,[`chip_clickable--${this.size}`]:!0,"chip_clickable--hide":!this.visible,"chip_clickable--click":this.clickable,"chip_clickable--disabled":this.disabled},onClick:this.handleClick.bind(this),"data-test":this.dataTest},this.clickable&&!this.disabled&&o("div",{class:"chip_focus",onKeyDown:this.handleClickKey.bind(this),tabindex:"0"}),this.clickable&&!this.disabled&&o("div",{class:"chip_darker"}),this.icon&&!this.avatar&&o("div",{class:"chip_clickable--icon"},o("bds-icon",{size:this.getSizeIconChip(),name:this.icon})),this.avatar&&o("div",{class:"chip_clickable--avatar"},o("bds-avatar",{size:this.getSizeAvatarChip(),thumbnail:this.avatar})),o("bds-typo",{class:"chip_clickable--text",variant:"fs-12",bold:"bold"},o("slot",null)),this.close&&o("div",{class:"chip_clickable--close",onClick:this.handleCloseChip.bind(this)},!this.disabled&&o("div",{class:"close_focus",onKeyDown:this.handleCloseKey.bind(this),tabindex:"0"}),o("bds-icon",{size:"x-small",theme:"solid",name:"error"}))))}get element(){return l(this)}};s.style=':host{display:block;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable{display:-ms-flexbox;display:flex;min-width:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:32px;border-radius:16px;padding:2px 4px;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-pack:center;justify-content:center;position:relative;z-index:0}:host .chip_clickable--hide{display:none;padding:0;border:none}:host .chip_clickable .chip_focus:focus{position:absolute;width:100%;height:100%;padding:2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--click{cursor:pointer}:host .chip_clickable--click .chip_darker{opacity:0;position:absolute;width:100%;height:100%;border-radius:inherit;z-index:1;-webkit-backdrop-filter:brightness(1);backdrop-filter:brightness(1);-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable--click:hover .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.9);backdrop-filter:brightness(0.9)}:host .chip_clickable--click:active .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.8);backdrop-filter:brightness(0.8)}:host .chip_clickable--disabled{cursor:default;background-color:#f3f6fa}:host .chip_clickable--disabled .chip_clickable--icon{color:#505f79}:host .chip_clickable--disabled .chip_clickable--text{color:#505f79}:host .chip_clickable--disabled .chip_clickable--close{cursor:default}:host .chip_clickable--icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-left:4px;color:#202c44;z-index:2}:host .chip_clickable--close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-right:4px;mix-blend-mode:hard-light;color:#202c44;opacity:0.7;z-index:2;position:relative;cursor:pointer}:host .chip_clickable--close .close_focus:focus{position:absolute;width:100%;height:100%;left:-2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:20px;margin:0 8px;z-index:2;color:#202c44;font-family:"Nunito Sans", "Tahoma", "Helvetica", "Arial", sans-serif}:host .chip_clickable--tall{height:40px;border-radius:24px}:host .chip_clickable--default{background-color:#b3d4ff}:host .chip_clickable--info{background-color:#80e3eb}:host .chip_clickable--success{background-color:#90e6bc}:host .chip_clickable--warning{background-color:#fff6a8}:host .chip_clickable--danger{background-color:#ffa5a5}:host .chip_clickable--outline{background-color:#ffffff;border:1px solid #b9cbd3}:host .chip_clickable:focus-visible{outline:none}';const p=class{constructor(i){t(this,i),this.isMouseOver=!1,this.tooltipText="Tooltip",this.disabled=!1,this.position="left-center",this.dataTest=null}setVisibility(t){this.isMouseOver=!this.disabled&&t}render(){return o("div",{class:"tooltip__wrapper"},o("div",{onMouseEnter:()=>this.setVisibility(!0),onMouseLeave:()=>this.setVisibility(!1),"data-test":this.dataTest},o("slot",null)),o("div",{class:{tooltip__tip:!0,[`tooltip__tip--${this.position}`]:!0,"tooltip__tip--visible":this.isMouseOver}},o("div",{class:{tooltip__tip__text:!0}},o("bds-typo",{variant:"fs-12"},this.tooltipText))))}};p.style='.tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:"";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left:-40px}.tooltip__tip--top-left::before{left:calc(15% + 6px)}.tooltip__tip--top-right{left:initial;right:-40px}.tooltip__tip--top-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-center,.tooltip__tip--top-center{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__tip--left-center,.tooltip__tip--right-center{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.tooltip__tip--right-center,.tooltip__tip--right-top,.tooltip__tip--right-bottom{left:calc(100% + 10px);top:50%}.tooltip__tip--right-center::before,.tooltip__tip--right-top::before,.tooltip__tip--right-bottom::before{left:-6px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-right-color:#0a0f1a}.tooltip__tip--right-top{top:0}.tooltip__tip--right-top::before{top:40%}.tooltip__tip--right-bottom{top:initial;bottom:0}.tooltip__tip--right-bottom::before{top:60%}.tooltip__tip--bottom-center,.tooltip__tip--bottom-right,.tooltip__tip--bottom-left{top:calc(100% + 10px)}.tooltip__tip--bottom-center::before,.tooltip__tip--bottom-right::before,.tooltip__tip--bottom-left::before{bottom:100%;border-bottom-color:#0a0f1a}.tooltip__tip--bottom-right{left:initial;right:-40px}.tooltip__tip--bottom-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-left{left:-40px}.tooltip__tip--bottom-left::before{left:calc(15% + 6px)}.tooltip__tip--left-center,.tooltip__tip--left-top,.tooltip__tip--left-bottom{left:auto;right:calc(100% + 10px);top:50%}.tooltip__tip--left-center::before,.tooltip__tip--left-top::before,.tooltip__tip--left-bottom::before{left:auto;right:-12px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-left-color:#0a0f1a}.tooltip__tip--left-top{top:0}.tooltip__tip--left-top::before{top:40%}.tooltip__tip--left-bottom{top:initial;bottom:0}.tooltip__tip--left-bottom::before{top:60%}.tooltip__tip__text{overflow:hidden}';export{s as bds_chip_clickable,p as bds_tooltip}
|
|
@@ -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
|
};
|
|
@@ -71,7 +71,7 @@ const ChipClickable = class {
|
|
|
71
71
|
};
|
|
72
72
|
ChipClickable.style = chipClickableCss;
|
|
73
73
|
|
|
74
|
-
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left
|
|
74
|
+
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left:-40px}.tooltip__tip--top-left::before{left:calc(15% + 6px)}.tooltip__tip--top-right{left:initial;right:-40px}.tooltip__tip--top-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-center,.tooltip__tip--top-center{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__tip--left-center,.tooltip__tip--right-center{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.tooltip__tip--right-center,.tooltip__tip--right-top,.tooltip__tip--right-bottom{left:calc(100% + 10px);top:50%}.tooltip__tip--right-center::before,.tooltip__tip--right-top::before,.tooltip__tip--right-bottom::before{left:-6px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-right-color:#0a0f1a}.tooltip__tip--right-top{top:0}.tooltip__tip--right-top::before{top:40%}.tooltip__tip--right-bottom{top:initial;bottom:0}.tooltip__tip--right-bottom::before{top:60%}.tooltip__tip--bottom-center,.tooltip__tip--bottom-right,.tooltip__tip--bottom-left{top:calc(100% + 10px)}.tooltip__tip--bottom-center::before,.tooltip__tip--bottom-right::before,.tooltip__tip--bottom-left::before{bottom:100%;border-bottom-color:#0a0f1a}.tooltip__tip--bottom-right{left:initial;right:-40px}.tooltip__tip--bottom-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-left{left:-40px}.tooltip__tip--bottom-left::before{left:calc(15% + 6px)}.tooltip__tip--left-center,.tooltip__tip--left-top,.tooltip__tip--left-bottom{left:auto;right:calc(100% + 10px);top:50%}.tooltip__tip--left-center::before,.tooltip__tip--left-top::before,.tooltip__tip--left-bottom::before{left:auto;right:-12px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-left-color:#0a0f1a}.tooltip__tip--left-top{top:0}.tooltip__tip--left-top::before{top:40%}.tooltip__tip--left-bottom{top:initial;bottom:0}.tooltip__tip--left-bottom::before{top:60%}.tooltip__tip__text{overflow:hidden}";
|
|
75
75
|
|
|
76
76
|
const Tooltip = class {
|
|
77
77
|
constructor(hostRef) {
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-4769223d.js');
|
|
6
6
|
|
|
7
|
-
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left
|
|
7
|
+
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left:-40px}.tooltip__tip--top-left::before{left:calc(15% + 6px)}.tooltip__tip--top-right{left:initial;right:-40px}.tooltip__tip--top-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-center,.tooltip__tip--top-center{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__tip--left-center,.tooltip__tip--right-center{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.tooltip__tip--right-center,.tooltip__tip--right-top,.tooltip__tip--right-bottom{left:calc(100% + 10px);top:50%}.tooltip__tip--right-center::before,.tooltip__tip--right-top::before,.tooltip__tip--right-bottom::before{left:-6px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-right-color:#0a0f1a}.tooltip__tip--right-top{top:0}.tooltip__tip--right-top::before{top:40%}.tooltip__tip--right-bottom{top:initial;bottom:0}.tooltip__tip--right-bottom::before{top:60%}.tooltip__tip--bottom-center,.tooltip__tip--bottom-right,.tooltip__tip--bottom-left{top:calc(100% + 10px)}.tooltip__tip--bottom-center::before,.tooltip__tip--bottom-right::before,.tooltip__tip--bottom-left::before{bottom:100%;border-bottom-color:#0a0f1a}.tooltip__tip--bottom-right{left:initial;right:-40px}.tooltip__tip--bottom-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-left{left:-40px}.tooltip__tip--bottom-left::before{left:calc(15% + 6px)}.tooltip__tip--left-center,.tooltip__tip--left-top,.tooltip__tip--left-bottom{left:auto;right:calc(100% + 10px);top:50%}.tooltip__tip--left-center::before,.tooltip__tip--left-top::before,.tooltip__tip--left-bottom::before{left:auto;right:-12px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-left-color:#0a0f1a}.tooltip__tip--left-top{top:0}.tooltip__tip--left-top::before{top:40%}.tooltip__tip--left-bottom{top:initial;bottom:0}.tooltip__tip--left-bottom::before{top:60%}.tooltip__tip__text{overflow:hidden}";
|
|
8
8
|
|
|
9
9
|
const Tooltip = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -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"; }
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
border-top-color: #0a0f1a;
|
|
61
61
|
}
|
|
62
62
|
.tooltip__tip--top-left {
|
|
63
|
-
left:
|
|
63
|
+
left: -40px;
|
|
64
64
|
}
|
|
65
65
|
.tooltip__tip--top-left::before {
|
|
66
66
|
left: calc(15% + 6px);
|
|
67
67
|
}
|
|
68
68
|
.tooltip__tip--top-right {
|
|
69
69
|
left: initial;
|
|
70
|
-
right:
|
|
70
|
+
right: -40px;
|
|
71
71
|
}
|
|
72
72
|
.tooltip__tip--top-right::before {
|
|
73
73
|
left: calc(85% - 6px);
|
|
@@ -110,13 +110,13 @@
|
|
|
110
110
|
}
|
|
111
111
|
.tooltip__tip--bottom-right {
|
|
112
112
|
left: initial;
|
|
113
|
-
right:
|
|
113
|
+
right: -40px;
|
|
114
114
|
}
|
|
115
115
|
.tooltip__tip--bottom-right::before {
|
|
116
116
|
left: calc(85% - 6px);
|
|
117
117
|
}
|
|
118
118
|
.tooltip__tip--bottom-left {
|
|
119
|
-
left:
|
|
119
|
+
left: -40px;
|
|
120
120
|
}
|
|
121
121
|
.tooltip__tip--bottom-left::before {
|
|
122
122
|
left: calc(15% + 6px);
|
|
@@ -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
|
};
|
|
@@ -67,7 +67,7 @@ const ChipClickable = class {
|
|
|
67
67
|
};
|
|
68
68
|
ChipClickable.style = chipClickableCss;
|
|
69
69
|
|
|
70
|
-
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left
|
|
70
|
+
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left:-40px}.tooltip__tip--top-left::before{left:calc(15% + 6px)}.tooltip__tip--top-right{left:initial;right:-40px}.tooltip__tip--top-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-center,.tooltip__tip--top-center{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__tip--left-center,.tooltip__tip--right-center{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.tooltip__tip--right-center,.tooltip__tip--right-top,.tooltip__tip--right-bottom{left:calc(100% + 10px);top:50%}.tooltip__tip--right-center::before,.tooltip__tip--right-top::before,.tooltip__tip--right-bottom::before{left:-6px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-right-color:#0a0f1a}.tooltip__tip--right-top{top:0}.tooltip__tip--right-top::before{top:40%}.tooltip__tip--right-bottom{top:initial;bottom:0}.tooltip__tip--right-bottom::before{top:60%}.tooltip__tip--bottom-center,.tooltip__tip--bottom-right,.tooltip__tip--bottom-left{top:calc(100% + 10px)}.tooltip__tip--bottom-center::before,.tooltip__tip--bottom-right::before,.tooltip__tip--bottom-left::before{bottom:100%;border-bottom-color:#0a0f1a}.tooltip__tip--bottom-right{left:initial;right:-40px}.tooltip__tip--bottom-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-left{left:-40px}.tooltip__tip--bottom-left::before{left:calc(15% + 6px)}.tooltip__tip--left-center,.tooltip__tip--left-top,.tooltip__tip--left-bottom{left:auto;right:calc(100% + 10px);top:50%}.tooltip__tip--left-center::before,.tooltip__tip--left-top::before,.tooltip__tip--left-bottom::before{left:auto;right:-12px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-left-color:#0a0f1a}.tooltip__tip--left-top{top:0}.tooltip__tip--left-top::before{top:40%}.tooltip__tip--left-bottom{top:initial;bottom:0}.tooltip__tip--left-bottom::before{top:60%}.tooltip__tip__text{overflow:hidden}";
|
|
71
71
|
|
|
72
72
|
const Tooltip = class {
|
|
73
73
|
constructor(hostRef) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-7024bdb7.js';
|
|
2
2
|
|
|
3
|
-
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left
|
|
3
|
+
const tooltipCss = ".tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:\"\";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left:-40px}.tooltip__tip--top-left::before{left:calc(15% + 6px)}.tooltip__tip--top-right{left:initial;right:-40px}.tooltip__tip--top-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-center,.tooltip__tip--top-center{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__tip--left-center,.tooltip__tip--right-center{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.tooltip__tip--right-center,.tooltip__tip--right-top,.tooltip__tip--right-bottom{left:calc(100% + 10px);top:50%}.tooltip__tip--right-center::before,.tooltip__tip--right-top::before,.tooltip__tip--right-bottom::before{left:-6px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-right-color:#0a0f1a}.tooltip__tip--right-top{top:0}.tooltip__tip--right-top::before{top:40%}.tooltip__tip--right-bottom{top:initial;bottom:0}.tooltip__tip--right-bottom::before{top:60%}.tooltip__tip--bottom-center,.tooltip__tip--bottom-right,.tooltip__tip--bottom-left{top:calc(100% + 10px)}.tooltip__tip--bottom-center::before,.tooltip__tip--bottom-right::before,.tooltip__tip--bottom-left::before{bottom:100%;border-bottom-color:#0a0f1a}.tooltip__tip--bottom-right{left:initial;right:-40px}.tooltip__tip--bottom-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-left{left:-40px}.tooltip__tip--bottom-left::before{left:calc(15% + 6px)}.tooltip__tip--left-center,.tooltip__tip--left-top,.tooltip__tip--left-bottom{left:auto;right:calc(100% + 10px);top:50%}.tooltip__tip--left-center::before,.tooltip__tip--left-top::before,.tooltip__tip--left-bottom::before{left:auto;right:-12px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-left-color:#0a0f1a}.tooltip__tip--left-top{top:0}.tooltip__tip--left-top::before{top:40%}.tooltip__tip--left-bottom{top:initial;bottom:0}.tooltip__tip--left-bottom::before{top:60%}.tooltip__tip__text{overflow:hidden}";
|
|
4
4
|
|
|
5
5
|
const Tooltip = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -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};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as registerInstance,c as createEvent,h,H as Host,g as getElement}from"./index-4ae25fc8.js";var chipClickableCss=':host{display:block;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable{display:-ms-flexbox;display:flex;min-width:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:32px;border-radius:16px;padding:2px 4px;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-pack:center;justify-content:center;position:relative;z-index:0}:host .chip_clickable--hide{display:none;padding:0;border:none}:host .chip_clickable .chip_focus:focus{position:absolute;width:100%;height:100%;padding:2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--click{cursor:pointer}:host .chip_clickable--click .chip_darker{opacity:0;position:absolute;width:100%;height:100%;border-radius:inherit;z-index:1;-webkit-backdrop-filter:brightness(1);backdrop-filter:brightness(1);-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable--click:hover .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.9);backdrop-filter:brightness(0.9)}:host .chip_clickable--click:active .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.8);backdrop-filter:brightness(0.8)}:host .chip_clickable--disabled{cursor:default;background-color:#f3f6fa}:host .chip_clickable--disabled .chip_clickable--icon{color:#505f79}:host .chip_clickable--disabled .chip_clickable--text{color:#505f79}:host .chip_clickable--disabled .chip_clickable--close{cursor:default}:host .chip_clickable--icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-left:4px;color:#202c44;z-index:2}:host .chip_clickable--close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-right:4px;mix-blend-mode:hard-light;color:#202c44;opacity:0.7;z-index:2;position:relative;cursor:pointer}:host .chip_clickable--close .close_focus:focus{position:absolute;width:100%;height:100%;left:-2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:20px;margin:0 8px;z-index:2;color:#202c44;font-family:"Nunito Sans", "Tahoma", "Helvetica", "Arial", sans-serif}:host .chip_clickable--tall{height:40px;border-radius:24px}:host .chip_clickable--default{background-color:#b3d4ff}:host .chip_clickable--info{background-color:#80e3eb}:host .chip_clickable--success{background-color:#90e6bc}:host .chip_clickable--warning{background-color:#fff6a8}:host .chip_clickable--danger{background-color:#ffa5a5}:host .chip_clickable--outline{background-color:#ffffff;border:1px solid #b9cbd3}:host .chip_clickable:focus-visible{outline:none}';var ChipClickable=function(){function t(t){registerInstance(this,t);this.chipClickableClose=createEvent(this,"chipClickableClose",7);this.chipClickableClick=createEvent(this,"chipClickableClick",7);this.visible=true;this.icon=undefined;this.avatar=undefined;this.color="default";this.size="standard";this.clickable=false;this.close=false;this.disabled=false;this.dataTest=null}t.prototype.handleClickKey=function(t){if((t.key==="Enter"||t.key===" ")&&!this.disabled){t.preventDefault();this.chipClickableClick.emit()}};t.prototype.handleClick=function(t){if(!this.disabled){t.preventDefault();this.chipClickableClick.emit()}};t.prototype.handleCloseChip=function(t){t.preventDefault();this.chipClickableClose.emit({id:this.element.id})};t.prototype.handleCloseKey=function(t){if((t.key==="Enter"||t.key===" ")&&!this.disabled){t.preventDefault();this.chipClickableClose.emit({id:this.element.id})}};t.prototype.getSizeAvatarChip=function(){if(this.size==="tall"){return"extra-small"}else return"micro"};t.prototype.getSizeIconChip=function(){if(this.size==="tall"){return"medium"}else return"x-small"};t.prototype.render=function(){var t;return h(Host,null,h("div",{class:(t={chip_clickable:true},t["chip_clickable--".concat(this.color)]=!this.disabled,t["chip_clickable--".concat(this.size)]=true,t["chip_clickable--hide"]=!this.visible,t["chip_clickable--click"]=this.clickable,t["chip_clickable--disabled"]=this.disabled,t),onClick:this.handleClick.bind(this),"data-test":this.dataTest},this.clickable&&!this.disabled&&h("div",{class:"chip_focus",onKeyDown:this.handleClickKey.bind(this),tabindex:"0"}),this.clickable&&!this.disabled&&h("div",{class:"chip_darker"}),this.icon&&!this.avatar&&h("div",{class:"chip_clickable--icon"},h("bds-icon",{size:this.getSizeIconChip(),name:this.icon})),this.avatar&&h("div",{class:"chip_clickable--avatar"},h("bds-avatar",{size:this.getSizeAvatarChip(),thumbnail:this.avatar})),h("bds-typo",{class:"chip_clickable--text",variant:"fs-12",bold:"bold"},h("slot",null)),this.close&&h("div",{class:"chip_clickable--close",onClick:this.handleCloseChip.bind(this)},!this.disabled&&h("div",{class:"close_focus",onKeyDown:this.handleCloseKey.bind(this),tabindex:"0"}),h("bds-icon",{size:"x-small",theme:"solid",name:"error"}))))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();ChipClickable.style=chipClickableCss;var tooltipCss='.tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:"";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left
|
|
1
|
+
import{r as registerInstance,c as createEvent,h,H as Host,g as getElement}from"./index-4ae25fc8.js";var chipClickableCss=':host{display:block;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable{display:-ms-flexbox;display:flex;min-width:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:32px;border-radius:16px;padding:2px 4px;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-pack:center;justify-content:center;position:relative;z-index:0}:host .chip_clickable--hide{display:none;padding:0;border:none}:host .chip_clickable .chip_focus:focus{position:absolute;width:100%;height:100%;padding:2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--click{cursor:pointer}:host .chip_clickable--click .chip_darker{opacity:0;position:absolute;width:100%;height:100%;border-radius:inherit;z-index:1;-webkit-backdrop-filter:brightness(1);backdrop-filter:brightness(1);-webkit-box-sizing:border-box;box-sizing:border-box}:host .chip_clickable--click:hover .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.9);backdrop-filter:brightness(0.9)}:host .chip_clickable--click:active .chip_darker{opacity:1;-webkit-backdrop-filter:brightness(0.8);backdrop-filter:brightness(0.8)}:host .chip_clickable--disabled{cursor:default;background-color:#f3f6fa}:host .chip_clickable--disabled .chip_clickable--icon{color:#505f79}:host .chip_clickable--disabled .chip_clickable--text{color:#505f79}:host .chip_clickable--disabled .chip_clickable--close{cursor:default}:host .chip_clickable--icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-left:4px;color:#202c44;z-index:2}:host .chip_clickable--close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:20px;padding-right:4px;mix-blend-mode:hard-light;color:#202c44;opacity:0.7;z-index:2;position:relative;cursor:pointer}:host .chip_clickable--close .close_focus:focus{position:absolute;width:100%;height:100%;left:-2px;border-radius:4px;outline:#c226fb solid 2px}:host .chip_clickable--text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:20px;margin:0 8px;z-index:2;color:#202c44;font-family:"Nunito Sans", "Tahoma", "Helvetica", "Arial", sans-serif}:host .chip_clickable--tall{height:40px;border-radius:24px}:host .chip_clickable--default{background-color:#b3d4ff}:host .chip_clickable--info{background-color:#80e3eb}:host .chip_clickable--success{background-color:#90e6bc}:host .chip_clickable--warning{background-color:#fff6a8}:host .chip_clickable--danger{background-color:#ffa5a5}:host .chip_clickable--outline{background-color:#ffffff;border:1px solid #b9cbd3}:host .chip_clickable:focus-visible{outline:none}';var ChipClickable=function(){function t(t){registerInstance(this,t);this.chipClickableClose=createEvent(this,"chipClickableClose",7);this.chipClickableClick=createEvent(this,"chipClickableClick",7);this.visible=true;this.icon=undefined;this.avatar=undefined;this.color="default";this.size="standard";this.clickable=false;this.close=false;this.disabled=false;this.dataTest=null}t.prototype.handleClickKey=function(t){if((t.key==="Enter"||t.key===" ")&&!this.disabled){t.preventDefault();this.chipClickableClick.emit()}};t.prototype.handleClick=function(t){if(!this.disabled){t.preventDefault();this.chipClickableClick.emit()}};t.prototype.handleCloseChip=function(t){t.preventDefault();this.chipClickableClose.emit({id:this.element.id})};t.prototype.handleCloseKey=function(t){if((t.key==="Enter"||t.key===" ")&&!this.disabled){t.preventDefault();this.chipClickableClose.emit({id:this.element.id})}};t.prototype.getSizeAvatarChip=function(){if(this.size==="tall"){return"extra-small"}else return"micro"};t.prototype.getSizeIconChip=function(){if(this.size==="tall"){return"medium"}else return"x-small"};t.prototype.render=function(){var t;return h(Host,null,h("div",{class:(t={chip_clickable:true},t["chip_clickable--".concat(this.color)]=!this.disabled,t["chip_clickable--".concat(this.size)]=true,t["chip_clickable--hide"]=!this.visible,t["chip_clickable--click"]=this.clickable,t["chip_clickable--disabled"]=this.disabled,t),onClick:this.handleClick.bind(this),"data-test":this.dataTest},this.clickable&&!this.disabled&&h("div",{class:"chip_focus",onKeyDown:this.handleClickKey.bind(this),tabindex:"0"}),this.clickable&&!this.disabled&&h("div",{class:"chip_darker"}),this.icon&&!this.avatar&&h("div",{class:"chip_clickable--icon"},h("bds-icon",{size:this.getSizeIconChip(),name:this.icon})),this.avatar&&h("div",{class:"chip_clickable--avatar"},h("bds-avatar",{size:this.getSizeAvatarChip(),thumbnail:this.avatar})),h("bds-typo",{class:"chip_clickable--text",variant:"fs-12",bold:"bold"},h("slot",null)),this.close&&h("div",{class:"chip_clickable--close",onClick:this.handleCloseChip.bind(this)},!this.disabled&&h("div",{class:"close_focus",onKeyDown:this.handleCloseKey.bind(this),tabindex:"0"}),h("bds-icon",{size:"x-small",theme:"solid",name:"error"}))))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();ChipClickable.style=chipClickableCss;var tooltipCss='.tooltip__wrapper{display:inline-block;position:relative}.tooltip__tip{position:absolute;left:50%;border-radius:8px;padding:8px;color:#ffffff;background:#0a0f1a;z-index:70000;white-space:normal;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:320px;-webkit-filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));filter:drop-shadow(0 2px 8px rgba(96, 123, 153, 0.4));visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.tooltip__tip--visible{visibility:visible}.tooltip__tip::before{content:"";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;margin-left:-6px;border-width:6px}.tooltip__tip--top-center,.tooltip__tip--top-left,.tooltip__tip--top-right{bottom:calc(100% + 10px)}.tooltip__tip--top-center::before,.tooltip__tip--top-left::before,.tooltip__tip--top-right::before{top:100%;border-top-color:#0a0f1a}.tooltip__tip--top-left{left:-40px}.tooltip__tip--top-left::before{left:calc(15% + 6px)}.tooltip__tip--top-right{left:initial;right:-40px}.tooltip__tip--top-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-center,.tooltip__tip--top-center{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__tip--left-center,.tooltip__tip--right-center{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.tooltip__tip--right-center,.tooltip__tip--right-top,.tooltip__tip--right-bottom{left:calc(100% + 10px);top:50%}.tooltip__tip--right-center::before,.tooltip__tip--right-top::before,.tooltip__tip--right-bottom::before{left:-6px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-right-color:#0a0f1a}.tooltip__tip--right-top{top:0}.tooltip__tip--right-top::before{top:40%}.tooltip__tip--right-bottom{top:initial;bottom:0}.tooltip__tip--right-bottom::before{top:60%}.tooltip__tip--bottom-center,.tooltip__tip--bottom-right,.tooltip__tip--bottom-left{top:calc(100% + 10px)}.tooltip__tip--bottom-center::before,.tooltip__tip--bottom-right::before,.tooltip__tip--bottom-left::before{bottom:100%;border-bottom-color:#0a0f1a}.tooltip__tip--bottom-right{left:initial;right:-40px}.tooltip__tip--bottom-right::before{left:calc(85% - 6px)}.tooltip__tip--bottom-left{left:-40px}.tooltip__tip--bottom-left::before{left:calc(15% + 6px)}.tooltip__tip--left-center,.tooltip__tip--left-top,.tooltip__tip--left-bottom{left:auto;right:calc(100% + 10px);top:50%}.tooltip__tip--left-center::before,.tooltip__tip--left-top::before,.tooltip__tip--left-bottom::before{left:auto;right:-12px;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);border-left-color:#0a0f1a}.tooltip__tip--left-top{top:0}.tooltip__tip--left-top::before{top:40%}.tooltip__tip--left-bottom{top:initial;bottom:0}.tooltip__tip--left-bottom::before{top:60%}.tooltip__tip__text{overflow:hidden}';var Tooltip=function(){function t(t){registerInstance(this,t);this.isMouseOver=false;this.tooltipText="Tooltip";this.disabled=false;this.position="left-center";this.dataTest=null}t.prototype.setVisibility=function(t){if(this.disabled){this.isMouseOver=false;return}this.isMouseOver=t};t.prototype.render=function(){var t;var i=this;return h("div",{class:"tooltip__wrapper"},h("div",{onMouseEnter:function(){return i.setVisibility(true)},onMouseLeave:function(){return i.setVisibility(false)},"data-test":this.dataTest},h("slot",null)),h("div",{class:(t={tooltip__tip:true},t["tooltip__tip--".concat(this.position)]=true,t["tooltip__tip--visible"]=this.isMouseOver,t)},h("div",{class:{tooltip__tip__text:true}},h("bds-typo",{variant:"fs-12"},this.tooltipText))))};return t}();Tooltip.style=tooltipCss;export{ChipClickable as bds_chip_clickable,Tooltip as bds_tooltip};
|
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}
|