blip-ds 1.141.0 → 1.142.0
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-step.entry.js +2 -2
- package/dist/blip-ds/bds-step.system.entry.js +1 -1
- package/dist/blip-ds/p-0b0a3a0c.system.js +1 -1
- package/dist/blip-ds/p-63cbfd76.system.entry.js +1 -0
- package/dist/blip-ds/p-a1deb49c.entry.js +1 -0
- package/dist/cjs/bds-step.cjs.entry.js +2 -2
- package/dist/collection/components/stepper/step/step.css +8 -7
- package/dist/collection/components/stepper/step/step.js +1 -1
- package/dist/esm/bds-step.entry.js +2 -2
- package/dist/esm-es5/bds-step.entry.js +1 -1
- package/package.json +1 -1
- package/dist/blip-ds/p-02203135.system.entry.js +0 -1
- package/dist/blip-ds/p-70162aa3.entry.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-e8d612e6.js';
|
|
2
2
|
|
|
3
|
-
const stepCss = ":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#
|
|
3
|
+
const stepCss = ":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#233049}:host .step__content--completed{color:#8ca0b3}:host .step__content--active{color:#3f7de8;font-weight:bold}:host .step__content--pointer{cursor:pointer}:host .step__content__ellipse{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#233049;margin-right:4px;min-width:24px;min-height:24px;color:#ffffff}:host .step__content__ellipse--completed{background:#8ca0b3}:host .step__content__ellipse--active{background:#3f7de8}@media (max-width: 780px){:host{display:-ms-flexbox;display:flex;-ms-flex:inherit;flex:inherit}}";
|
|
4
4
|
|
|
5
5
|
const BdsStep = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -42,7 +42,7 @@ const BdsStep = class {
|
|
|
42
42
|
step__content__ellipse: true,
|
|
43
43
|
'step__content__ellipse--active': this.active,
|
|
44
44
|
'step__content__ellipse--completed': this.completed,
|
|
45
|
-
} }, this.completed && h("bds-icon", { name: "true", color: "#fff" }), !this.completed && h("bds-typo", null, this.index + 1)), h("bds-typo", { variant: "fs-16" }, h("slot", null)))));
|
|
45
|
+
} }, this.completed && h("bds-icon", { name: "true", color: "#fff" }), !this.completed && h("bds-typo", null, this.index + 1)), h("bds-typo", { variant: "fs-16", bold: this.active ? 'bold' : 'regular' }, h("slot", null)))));
|
|
46
46
|
}
|
|
47
47
|
get el() { return getElement(this); }
|
|
48
48
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./index-f68fa126.system.js"],(function(e){"use strict";var t,s,i;return{setters:[function(e){t=e.r;s=e.h;i=e.g}],execute:function(){var n=":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#
|
|
1
|
+
System.register(["./index-f68fa126.system.js"],(function(e){"use strict";var t,s,i;return{setters:[function(e){t=e.r;s=e.h;i=e.g}],execute:function(){var n=":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#233049}:host .step__content--completed{color:#8ca0b3}:host .step__content--active{color:#3f7de8;font-weight:bold}:host .step__content--pointer{cursor:pointer}:host .step__content__ellipse{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#233049;margin-right:4px;min-width:24px;min-height:24px;color:#ffffff}:host .step__content__ellipse--completed{background:#8ca0b3}:host .step__content__ellipse--active{background:#3f7de8}@media (max-width: 780px){:host{display:-ms-flexbox;display:flex;-ms-flex:inherit;flex:inherit}}";var o=e("bds_step",function(){function e(e){t(this,e);this.last=false;this.completed=false;this.active=false;this.disabled=true;this.index=0;this.pointer=false}e.prototype.render=function(){return s("div",{class:"step"},s("div",{class:{step__content:true,"step__content--active":this.active,"step__content--completed":this.completed,"step__content--disabled":this.disabled,"step__content--pointer":this.pointer,"step--last":this.last}},s("div",{class:{step__content__ellipse:true,"step__content__ellipse--active":this.active,"step__content__ellipse--completed":this.completed}},this.completed&&s("bds-icon",{name:"true",color:"#fff"}),!this.completed&&s("bds-typo",null,this.index+1)),s("bds-typo",{variant:"fs-16",bold:this.active?"bold":"regular"},s("slot",null))))};Object.defineProperty(e.prototype,"el",{get:function(){return i(this)},enumerable:false,configurable:true});return e}());o.style=n}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./p-200bd317.system.js"],(function(e,t){"use strict";var s,a,n,i,r,o;return{setters:[function(e){s=e.p;a=e.w;n=e.d;i=e.N;r=e.a;o=e.b}],execute:function(){var e=function(e){return"__sc_import_".concat(e.replace(/\s|-/g,"_"))};var l=function(){{s.$cssShim$=a.__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 o=e["data-opts"]||{};if("onbeforeload"in e&&!history.scrollRestoration){return{then:function(){}}}{o.resourcesUrl=new URL(".",new URL(e.getAttribute("data-resources-url")||e.src,a.location.href)).href;{d(o.resourcesUrl,e)}if(!a.customElements){return t.import("./p-a54ab994.system.js").then((function(){return o}))}}return r(o)};var d=function(t,s){var r=e(i);try{a[r]=new Function("w","return import(w);//".concat(Math.random()))}catch(l){var o=new Map;a[r]=function(e){var i=new URL(e,t).href;var l=o.get(i);if(!l){var d=n.createElement("script");d.type="module";d.crossOrigin=s.crossOrigin;d.src=URL.createObjectURL(new Blob(["import * as m from '".concat(i,"'; window.").concat(r,".m = m;")],{type:"application/javascript"}));l=new Promise((function(e){d.onload=function(){e(a[r].m);d.remove()}}));o.set(i,l);n.head.appendChild(d)}return l}}};l().then((function(e){return o([["p-a8155e13.system",[[1,"bds-typo",{variant:[1],lineHeight:[1,"line-height"],bold:[1],italic:[4],noWrap:[4,"no-wrap"],paragraph:[4],margin:[4],tag:[1]}]]],["p-fc227969.system",[[0,"bds-datepicker",{typeOfDate:[1,"type-of-date"],startDateLimit:[1537,"start-date-limit"],endDateLimit:[1537,"end-date-limit"],message:[1],endDateLimitDaysList:[32],open:[32],dateSelected:[32],endDateSelected:[32],valueDateSelected:[32],valueEndDateSelected:[32],errorMsgDate:[32],errorMsgEndDate:[32]}]]],["p-0a0f6843.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"],internalOptions:[32],isOpen:[32],isValid:[64],getChips:[64]},[[9,"mousedown","handleWindow"]]]]],["p-f610b3c7.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-56c6497e.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"],isOpen:[32],text:[32],internalOptions:[32],isFocused:[32]},[[9,"mousedown","handleWindow"]]]]],["p-89f441ab.system",[[2,"bds-input-phone-number",{options:[16],text:[1],value:[1032],danger:[516],disabled:[516],required:[4],requiredErrorMessage:[1,"required-error-message"],numberErrorMessage:[1,"number-error-message"],label:[1],icon:[513],isOpen:[32],selectedCountry:[32],isPressed:[32]},[[9,"mousedown","handleWindow"]]]]],["p-6b8c5ef5.system",[[1,"bds-select",{options:[1],value:[1032],danger:[516],disabled:[516],label:[1],icon:[513],placeholder:[1],optionsPosition:[1,"options-position"],isOpen:[32],text:[32],internalOptions:[32]},[[9,"mousedown","handleWindow"]]]]],["p-7101187c.system",[[1,"bds-input-editable",{size:[1],expand:[4],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"],danger:[1540],isEditing:[32],isValid:[32]}]]],["p-87a25bdb.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]}]]],["p-29dc10b9.system",[[4,"bds-avatar-group",{size:[1],users:[1],internalUsers:[32],leftoversUsers:[32]}]]],["p-9df32989.system",[[1,"bds-menu-exibition",{avatarName:[1,"avatar-name"],avatarThumbnail:[1,"avatar-thumbnail"],avatarSize:[1,"avatar-size"],value:[1],subtitle:[1]}]]],["p-fc1582f8.system",[[1,"bds-alert-header",{variant:[1],icon:[513]}]]],["p-55fc500c.system",[[1,"bds-banner",{bannerAlign:[1,"banner-align"],buttonClose:[1,"button-close"],context:[1],variant:[1],visible:[32],toggle:[64]}]]],["p-b66cabc3.system",[[1,"bds-checkbox",{refer:[1],label:[1],name:[1],checked:[1540],disabled:[4],checkBoxId:[32],getInputElement:[64],getValue:[64]}]]],["p-d55b4eaf.system",[[1,"bds-menu-action",{buttonText:[1,"button-text"],subMenu:[4,"sub-menu"],iconLeft:[1,"icon-left"],lipstick:[4],openSubMenu:[32],stateSubMenu:[32],delaySubMenu:[32],zIndex:[32],delay:[32]}]]],["p-7b304290.system",[[1,"bds-menu-list-item",{color:[1],icon:[513]}]]],["p-02203135.system",[[1,"bds-step",{last:[4],completed:[4],active:[4],disabled:[4],index:[2],pointer:[4]}]]],["p-46ee8c4f.system",[[4,"bds-tabs",{align:[1]},[[0,"scrollButtonClick","onScrollButtonClick"],[0,"bdsSelect","onSelectedTab"]]]]],["p-372887fe.system",[[1,"bds-warning"]]],["p-8f3e2d93.system",[[1,"bds-alert-body"]]],["p-5ee4ec4e.system",[[1,"bds-card-color",{name:[1],hex:[1],gradient:[4],variable:[1],lightText:[4,"light-text"]}]]],["p-a3bfc239.system",[[1,"bds-expansion-panel-header",{text:[1]}]]],["p-faf49e59.system",[[1,"bds-menu-separation",{value:[1],size:[1]}]]],["p-12f0f5aa.system",[[1,"bds-modal",{open:[1540],closeButton:[1540,"close-button"],toggle:[64]}]]],["p-480b5645.system",[[1,"bds-modal-close-button",{active:[1540]}]]],["p-54b2149d.system",[[1,"bds-radio",{refer:[1],label:[1],value:[1],name:[1],checked:[1540],disabled:[4],radioId:[32],getInputElement:[64],getValue:[64]}]]],["p-816f5c3b.system",[[0,"bds-tab",{group:[1],label:[1],active:[4],getChild:[64]}]]],["p-7044f6f8.system",[[4,"bds-tab-panel",{group:[1],active:[4],getChild:[64]}]]],["p-00772c5c.system",[[1,"bds-tooltip",{tooltipText:[1,"tooltip-text"],disabled:[516],position:[1],isMouseOver:[32]}]]],["p-e64b79ee.system",[[1,"bds-alert",{open:[1540],toggle:[64]}]]],["p-ab7baf95.system",[[1,"bds-alert-actions"]]],["p-53c54294.system",[[1,"bds-banner-link",{link:[1]}]]],["p-7eb76fee.system",[[1,"bds-expansion-panel"]]],["p-52d66bef.system",[[1,"bds-expansion-panel-body",{open:[4],text:[1]}]]],["p-27944b4b.system",[[1,"bds-menu",{menu:[1],position:[1],open:[1540],menuPositionTopToBottom:[32],menuPositionLeftToBottom:[32],menuPositionTopToRight:[32],menuPositionLeftToRight:[32],toggle:[64]}]]],["p-11acdc28.system",[[1,"bds-menu-list"]]],["p-62d5057f.system",[[1,"bds-modal-action"]]],["p-77e32601.system",[[1,"bds-paper",{elevation:[1]}]]],["p-9b1dab28.system",[[6,"bds-radio-group",{value:[1]}]]],["p-ef718a16.system",[[4,"bds-stepper",{setActiveStep:[64],setCompletedStep:[64],getActiveStep:[64],resetActiveSteps:[64],resetCompletedSteps:[64]}]]],["p-cd551e7b.system",[[1,"bds-switch",{refer:[1],size:[1],name:[1],checked:[1540],disabled:[4],switchId:[32],getInputElement:[64],getValue:[64]}]]],["p-75ee81be.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],svgContent:[32],isVisible:[32]}]]],["p-0015f9ae.system",[[1,"bds-chip",{icon:[1],size:[1],variant:[1],danger:[516],filter:[4],clickable:[4],deletable:[4],disabled:[4]}]]],["p-4a9b52a4.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],internalChips:[32],isValid:[64],get:[64],clear:[64],add:[64],setFocus:[64],removeFocus:[64]}]]],["p-8840dabd.system",[[6,"bds-toast-container"]]],["p-5eacd019.system",[[1,"bds-datepicker-period",{startDate:[16],endDate:[16],startDateSelect:[1040],endDateSelect:[1040],week:[32],months:[32],years:[32],monthActivated:[32],yearActivated:[32],animatePrev:[32],animateNext:[32],activeSelectYear:[32],openSelectMonth:[32],openSelectYear:[32],monthsSlide:[32],clear:[64]}],[1,"bds-datepicker-single",{endDate:[16],startDate:[16],dateSelect:[1040],week:[32],months:[32],years:[32],monthActivated:[32],yearActivated:[32],animatePrev:[32],animateNext:[32],openSelectMonth:[32],openSelectYear:[32],monthsSlide:[32],clear:[64]}]]],["p-15a5dc49.system",[[0,"bds-avatar",{name:[1],thumbnail:[1],size:[1],upload:[4],ellipsis:[2]}]]],["p-3805a428.system",[[1,"bds-button-icon",{disabled:[4],size:[1],variant:[1],icon:[513]}]]],["p-abeeb09d.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"]}],[0,"bds-loading-spinner",{variant:[1]}]]],["p-2e53e16e.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]}]]],["p-eabf1fe9.system",[[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]}],[0,"bds-counter-text",{length:[1026],max:[2],active:[1028],warning:[1040],delete:[1040]}]]]],e)}))}}}));
|
|
1
|
+
System.register(["./p-200bd317.system.js"],(function(e,t){"use strict";var s,a,n,i,r,o;return{setters:[function(e){s=e.p;a=e.w;n=e.d;i=e.N;r=e.a;o=e.b}],execute:function(){var e=function(e){return"__sc_import_".concat(e.replace(/\s|-/g,"_"))};var l=function(){{s.$cssShim$=a.__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 o=e["data-opts"]||{};if("onbeforeload"in e&&!history.scrollRestoration){return{then:function(){}}}{o.resourcesUrl=new URL(".",new URL(e.getAttribute("data-resources-url")||e.src,a.location.href)).href;{d(o.resourcesUrl,e)}if(!a.customElements){return t.import("./p-a54ab994.system.js").then((function(){return o}))}}return r(o)};var d=function(t,s){var r=e(i);try{a[r]=new Function("w","return import(w);//".concat(Math.random()))}catch(l){var o=new Map;a[r]=function(e){var i=new URL(e,t).href;var l=o.get(i);if(!l){var d=n.createElement("script");d.type="module";d.crossOrigin=s.crossOrigin;d.src=URL.createObjectURL(new Blob(["import * as m from '".concat(i,"'; window.").concat(r,".m = m;")],{type:"application/javascript"}));l=new Promise((function(e){d.onload=function(){e(a[r].m);d.remove()}}));o.set(i,l);n.head.appendChild(d)}return l}}};l().then((function(e){return o([["p-a8155e13.system",[[1,"bds-typo",{variant:[1],lineHeight:[1,"line-height"],bold:[1],italic:[4],noWrap:[4,"no-wrap"],paragraph:[4],margin:[4],tag:[1]}]]],["p-fc227969.system",[[0,"bds-datepicker",{typeOfDate:[1,"type-of-date"],startDateLimit:[1537,"start-date-limit"],endDateLimit:[1537,"end-date-limit"],message:[1],endDateLimitDaysList:[32],open:[32],dateSelected:[32],endDateSelected:[32],valueDateSelected:[32],valueEndDateSelected:[32],errorMsgDate:[32],errorMsgEndDate:[32]}]]],["p-0a0f6843.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"],internalOptions:[32],isOpen:[32],isValid:[64],getChips:[64]},[[9,"mousedown","handleWindow"]]]]],["p-f610b3c7.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-56c6497e.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"],isOpen:[32],text:[32],internalOptions:[32],isFocused:[32]},[[9,"mousedown","handleWindow"]]]]],["p-89f441ab.system",[[2,"bds-input-phone-number",{options:[16],text:[1],value:[1032],danger:[516],disabled:[516],required:[4],requiredErrorMessage:[1,"required-error-message"],numberErrorMessage:[1,"number-error-message"],label:[1],icon:[513],isOpen:[32],selectedCountry:[32],isPressed:[32]},[[9,"mousedown","handleWindow"]]]]],["p-6b8c5ef5.system",[[1,"bds-select",{options:[1],value:[1032],danger:[516],disabled:[516],label:[1],icon:[513],placeholder:[1],optionsPosition:[1,"options-position"],isOpen:[32],text:[32],internalOptions:[32]},[[9,"mousedown","handleWindow"]]]]],["p-7101187c.system",[[1,"bds-input-editable",{size:[1],expand:[4],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"],danger:[1540],isEditing:[32],isValid:[32]}]]],["p-87a25bdb.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]}]]],["p-29dc10b9.system",[[4,"bds-avatar-group",{size:[1],users:[1],internalUsers:[32],leftoversUsers:[32]}]]],["p-9df32989.system",[[1,"bds-menu-exibition",{avatarName:[1,"avatar-name"],avatarThumbnail:[1,"avatar-thumbnail"],avatarSize:[1,"avatar-size"],value:[1],subtitle:[1]}]]],["p-fc1582f8.system",[[1,"bds-alert-header",{variant:[1],icon:[513]}]]],["p-55fc500c.system",[[1,"bds-banner",{bannerAlign:[1,"banner-align"],buttonClose:[1,"button-close"],context:[1],variant:[1],visible:[32],toggle:[64]}]]],["p-b66cabc3.system",[[1,"bds-checkbox",{refer:[1],label:[1],name:[1],checked:[1540],disabled:[4],checkBoxId:[32],getInputElement:[64],getValue:[64]}]]],["p-d55b4eaf.system",[[1,"bds-menu-action",{buttonText:[1,"button-text"],subMenu:[4,"sub-menu"],iconLeft:[1,"icon-left"],lipstick:[4],openSubMenu:[32],stateSubMenu:[32],delaySubMenu:[32],zIndex:[32],delay:[32]}]]],["p-7b304290.system",[[1,"bds-menu-list-item",{color:[1],icon:[513]}]]],["p-63cbfd76.system",[[1,"bds-step",{last:[4],completed:[4],active:[4],disabled:[4],index:[2],pointer:[4]}]]],["p-46ee8c4f.system",[[4,"bds-tabs",{align:[1]},[[0,"scrollButtonClick","onScrollButtonClick"],[0,"bdsSelect","onSelectedTab"]]]]],["p-372887fe.system",[[1,"bds-warning"]]],["p-8f3e2d93.system",[[1,"bds-alert-body"]]],["p-5ee4ec4e.system",[[1,"bds-card-color",{name:[1],hex:[1],gradient:[4],variable:[1],lightText:[4,"light-text"]}]]],["p-a3bfc239.system",[[1,"bds-expansion-panel-header",{text:[1]}]]],["p-faf49e59.system",[[1,"bds-menu-separation",{value:[1],size:[1]}]]],["p-12f0f5aa.system",[[1,"bds-modal",{open:[1540],closeButton:[1540,"close-button"],toggle:[64]}]]],["p-480b5645.system",[[1,"bds-modal-close-button",{active:[1540]}]]],["p-54b2149d.system",[[1,"bds-radio",{refer:[1],label:[1],value:[1],name:[1],checked:[1540],disabled:[4],radioId:[32],getInputElement:[64],getValue:[64]}]]],["p-816f5c3b.system",[[0,"bds-tab",{group:[1],label:[1],active:[4],getChild:[64]}]]],["p-7044f6f8.system",[[4,"bds-tab-panel",{group:[1],active:[4],getChild:[64]}]]],["p-00772c5c.system",[[1,"bds-tooltip",{tooltipText:[1,"tooltip-text"],disabled:[516],position:[1],isMouseOver:[32]}]]],["p-e64b79ee.system",[[1,"bds-alert",{open:[1540],toggle:[64]}]]],["p-ab7baf95.system",[[1,"bds-alert-actions"]]],["p-53c54294.system",[[1,"bds-banner-link",{link:[1]}]]],["p-7eb76fee.system",[[1,"bds-expansion-panel"]]],["p-52d66bef.system",[[1,"bds-expansion-panel-body",{open:[4],text:[1]}]]],["p-27944b4b.system",[[1,"bds-menu",{menu:[1],position:[1],open:[1540],menuPositionTopToBottom:[32],menuPositionLeftToBottom:[32],menuPositionTopToRight:[32],menuPositionLeftToRight:[32],toggle:[64]}]]],["p-11acdc28.system",[[1,"bds-menu-list"]]],["p-62d5057f.system",[[1,"bds-modal-action"]]],["p-77e32601.system",[[1,"bds-paper",{elevation:[1]}]]],["p-9b1dab28.system",[[6,"bds-radio-group",{value:[1]}]]],["p-ef718a16.system",[[4,"bds-stepper",{setActiveStep:[64],setCompletedStep:[64],getActiveStep:[64],resetActiveSteps:[64],resetCompletedSteps:[64]}]]],["p-cd551e7b.system",[[1,"bds-switch",{refer:[1],size:[1],name:[1],checked:[1540],disabled:[4],switchId:[32],getInputElement:[64],getValue:[64]}]]],["p-75ee81be.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],svgContent:[32],isVisible:[32]}]]],["p-0015f9ae.system",[[1,"bds-chip",{icon:[1],size:[1],variant:[1],danger:[516],filter:[4],clickable:[4],deletable:[4],disabled:[4]}]]],["p-4a9b52a4.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],internalChips:[32],isValid:[64],get:[64],clear:[64],add:[64],setFocus:[64],removeFocus:[64]}]]],["p-8840dabd.system",[[6,"bds-toast-container"]]],["p-5eacd019.system",[[1,"bds-datepicker-period",{startDate:[16],endDate:[16],startDateSelect:[1040],endDateSelect:[1040],week:[32],months:[32],years:[32],monthActivated:[32],yearActivated:[32],animatePrev:[32],animateNext:[32],activeSelectYear:[32],openSelectMonth:[32],openSelectYear:[32],monthsSlide:[32],clear:[64]}],[1,"bds-datepicker-single",{endDate:[16],startDate:[16],dateSelect:[1040],week:[32],months:[32],years:[32],monthActivated:[32],yearActivated:[32],animatePrev:[32],animateNext:[32],openSelectMonth:[32],openSelectYear:[32],monthsSlide:[32],clear:[64]}]]],["p-15a5dc49.system",[[0,"bds-avatar",{name:[1],thumbnail:[1],size:[1],upload:[4],ellipsis:[2]}]]],["p-3805a428.system",[[1,"bds-button-icon",{disabled:[4],size:[1],variant:[1],icon:[513]}]]],["p-abeeb09d.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"]}],[0,"bds-loading-spinner",{variant:[1]}]]],["p-2e53e16e.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]}]]],["p-eabf1fe9.system",[[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]}],[0,"bds-counter-text",{length:[1026],max:[2],active:[1028],warning:[1040],delete:[1040]}]]]],e)}))}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-200bd317.system.js"],(function(e){"use strict";var t,s,i;return{setters:[function(e){t=e.r;s=e.h;i=e.g}],execute:function(){var n=":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#233049}:host .step__content--completed{color:#8ca0b3}:host .step__content--active{color:#3f7de8;font-weight:bold}:host .step__content--pointer{cursor:pointer}:host .step__content__ellipse{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#233049;margin-right:4px;min-width:24px;min-height:24px;color:#ffffff}:host .step__content__ellipse--completed{background:#8ca0b3}:host .step__content__ellipse--active{background:#3f7de8}@media (max-width: 780px){:host{display:-ms-flexbox;display:flex;-ms-flex:inherit;flex:inherit}}";var o=e("bds_step",function(){function e(e){t(this,e);this.last=false;this.completed=false;this.active=false;this.disabled=true;this.index=0;this.pointer=false}e.prototype.render=function(){return s("div",{class:"step"},s("div",{class:{step__content:true,"step__content--active":this.active,"step__content--completed":this.completed,"step__content--disabled":this.disabled,"step__content--pointer":this.pointer,"step--last":this.last}},s("div",{class:{step__content__ellipse:true,"step__content__ellipse--active":this.active,"step__content__ellipse--completed":this.completed}},this.completed&&s("bds-icon",{name:"true",color:"#fff"}),!this.completed&&s("bds-typo",null,this.index+1)),s("bds-typo",{variant:"fs-16",bold:this.active?"bold":"regular"},s("slot",null))))};Object.defineProperty(e.prototype,"el",{get:function(){return i(this)},enumerable:false,configurable:true});return e}());o.style=n}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as e,g as s}from"./p-f378550e.js";const i=class{constructor(e){t(this,e),this.last=!1,this.completed=!1,this.active=!1,this.disabled=!0,this.index=0,this.pointer=!1}render(){return e("div",{class:"step"},e("div",{class:{step__content:!0,"step__content--active":this.active,"step__content--completed":this.completed,"step__content--disabled":this.disabled,"step__content--pointer":this.pointer,"step--last":this.last}},e("div",{class:{step__content__ellipse:!0,"step__content__ellipse--active":this.active,"step__content__ellipse--completed":this.completed}},this.completed&&e("bds-icon",{name:"true",color:"#fff"}),!this.completed&&e("bds-typo",null,this.index+1)),e("bds-typo",{variant:"fs-16",bold:this.active?"bold":"regular"},e("slot",null))))}get el(){return s(this)}};i.style=":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#233049}:host .step__content--completed{color:#8ca0b3}:host .step__content--active{color:#3f7de8;font-weight:bold}:host .step__content--pointer{cursor:pointer}:host .step__content__ellipse{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#233049;margin-right:4px;min-width:24px;min-height:24px;color:#ffffff}:host .step__content__ellipse--completed{background:#8ca0b3}:host .step__content__ellipse--active{background:#3f7de8}@media (max-width: 780px){:host{display:-ms-flexbox;display:flex;-ms-flex:inherit;flex:inherit}}";export{i as bds_step}
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-31e4d27a.js');
|
|
6
6
|
|
|
7
|
-
const stepCss = ":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#
|
|
7
|
+
const stepCss = ":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#233049}:host .step__content--completed{color:#8ca0b3}:host .step__content--active{color:#3f7de8;font-weight:bold}:host .step__content--pointer{cursor:pointer}:host .step__content__ellipse{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#233049;margin-right:4px;min-width:24px;min-height:24px;color:#ffffff}:host .step__content__ellipse--completed{background:#8ca0b3}:host .step__content__ellipse--active{background:#3f7de8}@media (max-width: 780px){:host{display:-ms-flexbox;display:flex;-ms-flex:inherit;flex:inherit}}";
|
|
8
8
|
|
|
9
9
|
const BdsStep = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -46,7 +46,7 @@ const BdsStep = class {
|
|
|
46
46
|
step__content__ellipse: true,
|
|
47
47
|
'step__content__ellipse--active': this.active,
|
|
48
48
|
'step__content__ellipse--completed': this.completed,
|
|
49
|
-
} }, this.completed && index.h("bds-icon", { name: "true", color: "#fff" }), !this.completed && index.h("bds-typo", null, this.index + 1)), index.h("bds-typo", { variant: "fs-16" }, index.h("slot", null)))));
|
|
49
|
+
} }, this.completed && index.h("bds-icon", { name: "true", color: "#fff" }), !this.completed && index.h("bds-typo", null, this.index + 1)), index.h("bds-typo", { variant: "fs-16", bold: this.active ? 'bold' : 'regular' }, index.h("slot", null)))));
|
|
50
50
|
}
|
|
51
51
|
get el() { return index.getElement(this); }
|
|
52
52
|
};
|
|
@@ -29,13 +29,14 @@
|
|
|
29
29
|
align-items: center;
|
|
30
30
|
}
|
|
31
31
|
:host .step__content--disabled {
|
|
32
|
+
color: #233049;
|
|
33
|
+
}
|
|
34
|
+
:host .step__content--completed {
|
|
32
35
|
color: #8ca0b3;
|
|
33
36
|
}
|
|
34
37
|
:host .step__content--active {
|
|
35
|
-
color: #505f79;
|
|
36
|
-
}
|
|
37
|
-
:host .step__content--completed {
|
|
38
38
|
color: #3f7de8;
|
|
39
|
+
font-weight: bold;
|
|
39
40
|
}
|
|
40
41
|
:host .step__content--pointer {
|
|
41
42
|
cursor: pointer;
|
|
@@ -44,16 +45,16 @@
|
|
|
44
45
|
display: inline-flex;
|
|
45
46
|
justify-content: center;
|
|
46
47
|
border-radius: 50%;
|
|
47
|
-
background: #
|
|
48
|
+
background: #233049;
|
|
48
49
|
margin-right: 4px;
|
|
49
50
|
min-width: 24px;
|
|
50
51
|
min-height: 24px;
|
|
51
52
|
color: #ffffff;
|
|
52
53
|
}
|
|
53
|
-
:host .step__content__ellipse--active {
|
|
54
|
-
background: #505f79;
|
|
55
|
-
}
|
|
56
54
|
:host .step__content__ellipse--completed {
|
|
55
|
+
background: #8ca0b3;
|
|
56
|
+
}
|
|
57
|
+
:host .step__content__ellipse--active {
|
|
57
58
|
background: #3f7de8;
|
|
58
59
|
}
|
|
59
60
|
@media (max-width: 780px) {
|
|
@@ -43,7 +43,7 @@ export class BdsStep {
|
|
|
43
43
|
} },
|
|
44
44
|
this.completed && h("bds-icon", { name: "true", color: "#fff" }),
|
|
45
45
|
!this.completed && h("bds-typo", null, this.index + 1)),
|
|
46
|
-
h("bds-typo", { variant: "fs-16" },
|
|
46
|
+
h("bds-typo", { variant: "fs-16", bold: this.active ? 'bold' : 'regular' },
|
|
47
47
|
h("slot", null)))));
|
|
48
48
|
}
|
|
49
49
|
static get is() { return "bds-step"; }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-dc909c9a.js';
|
|
2
2
|
|
|
3
|
-
const stepCss = ":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#
|
|
3
|
+
const stepCss = ":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#233049}:host .step__content--completed{color:#8ca0b3}:host .step__content--active{color:#3f7de8;font-weight:bold}:host .step__content--pointer{cursor:pointer}:host .step__content__ellipse{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#233049;margin-right:4px;min-width:24px;min-height:24px;color:#ffffff}:host .step__content__ellipse--completed{background:#8ca0b3}:host .step__content__ellipse--active{background:#3f7de8}@media (max-width: 780px){:host{display:-ms-flexbox;display:flex;-ms-flex:inherit;flex:inherit}}";
|
|
4
4
|
|
|
5
5
|
const BdsStep = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -42,7 +42,7 @@ const BdsStep = class {
|
|
|
42
42
|
step__content__ellipse: true,
|
|
43
43
|
'step__content__ellipse--active': this.active,
|
|
44
44
|
'step__content__ellipse--completed': this.completed,
|
|
45
|
-
} }, this.completed && h("bds-icon", { name: "true", color: "#fff" }), !this.completed && h("bds-typo", null, this.index + 1)), h("bds-typo", { variant: "fs-16" }, h("slot", null)))));
|
|
45
|
+
} }, this.completed && h("bds-icon", { name: "true", color: "#fff" }), !this.completed && h("bds-typo", null, this.index + 1)), h("bds-typo", { variant: "fs-16", bold: this.active ? 'bold' : 'regular' }, h("slot", null)))));
|
|
46
46
|
}
|
|
47
47
|
get el() { return getElement(this); }
|
|
48
48
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as registerInstance,h,g as getElement}from"./index-5cd65b54.js";var stepCss=":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#
|
|
1
|
+
import{r as registerInstance,h,g as getElement}from"./index-5cd65b54.js";var stepCss=":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#233049}:host .step__content--completed{color:#8ca0b3}:host .step__content--active{color:#3f7de8;font-weight:bold}:host .step__content--pointer{cursor:pointer}:host .step__content__ellipse{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#233049;margin-right:4px;min-width:24px;min-height:24px;color:#ffffff}:host .step__content__ellipse--completed{background:#8ca0b3}:host .step__content__ellipse--active{background:#3f7de8}@media (max-width: 780px){:host{display:-ms-flexbox;display:flex;-ms-flex:inherit;flex:inherit}}";var BdsStep=function(){function e(e){registerInstance(this,e);this.last=false;this.completed=false;this.active=false;this.disabled=true;this.index=0;this.pointer=false}e.prototype.render=function(){return h("div",{class:"step"},h("div",{class:{step__content:true,"step__content--active":this.active,"step__content--completed":this.completed,"step__content--disabled":this.disabled,"step__content--pointer":this.pointer,"step--last":this.last}},h("div",{class:{step__content__ellipse:true,"step__content__ellipse--active":this.active,"step__content__ellipse--completed":this.completed}},this.completed&&h("bds-icon",{name:"true",color:"#fff"}),!this.completed&&h("bds-typo",null,this.index+1)),h("bds-typo",{variant:"fs-16",bold:this.active?"bold":"regular"},h("slot",null))))};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});return e}();BdsStep.style=stepCss;export{BdsStep as bds_step};
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
System.register(["./p-200bd317.system.js"],(function(e){"use strict";var t,s,i;return{setters:[function(e){t=e.r;s=e.h;i=e.g}],execute:function(){var n=":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#8ca0b3}:host .step__content--active{color:#505f79}:host .step__content--completed{color:#3f7de8}:host .step__content--pointer{cursor:pointer}:host .step__content__ellipse{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#8ca0b3;margin-right:4px;min-width:24px;min-height:24px;color:#ffffff}:host .step__content__ellipse--active{background:#505f79}:host .step__content__ellipse--completed{background:#3f7de8}@media (max-width: 780px){:host{display:-ms-flexbox;display:flex;-ms-flex:inherit;flex:inherit}}";var o=e("bds_step",function(){function e(e){t(this,e);this.last=false;this.completed=false;this.active=false;this.disabled=true;this.index=0;this.pointer=false}e.prototype.render=function(){return s("div",{class:"step"},s("div",{class:{step__content:true,"step__content--active":this.active,"step__content--completed":this.completed,"step__content--disabled":this.disabled,"step__content--pointer":this.pointer,"step--last":this.last}},s("div",{class:{step__content__ellipse:true,"step__content__ellipse--active":this.active,"step__content__ellipse--completed":this.completed}},this.completed&&s("bds-icon",{name:"true",color:"#fff"}),!this.completed&&s("bds-typo",null,this.index+1)),s("bds-typo",{variant:"fs-16"},s("slot",null))))};Object.defineProperty(e.prototype,"el",{get:function(){return i(this)},enumerable:false,configurable:true});return e}());o.style=n}}}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as e,g as s}from"./p-f378550e.js";const i=class{constructor(e){t(this,e),this.last=!1,this.completed=!1,this.active=!1,this.disabled=!0,this.index=0,this.pointer=!1}render(){return e("div",{class:"step"},e("div",{class:{step__content:!0,"step__content--active":this.active,"step__content--completed":this.completed,"step__content--disabled":this.disabled,"step__content--pointer":this.pointer,"step--last":this.last}},e("div",{class:{step__content__ellipse:!0,"step__content__ellipse--active":this.active,"step__content__ellipse--completed":this.completed}},this.completed&&e("bds-icon",{name:"true",color:"#fff"}),!this.completed&&e("bds-typo",null,this.index+1)),e("bds-typo",{variant:"fs-16"},e("slot",null))))}get el(){return s(this)}};i.style=":host{padding:8px}:host .step{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host .step__content--disabled{color:#8ca0b3}:host .step__content--active{color:#505f79}:host .step__content--completed{color:#3f7de8}:host .step__content--pointer{cursor:pointer}:host .step__content__ellipse{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#8ca0b3;margin-right:4px;min-width:24px;min-height:24px;color:#ffffff}:host .step__content__ellipse--active{background:#505f79}:host .step__content__ellipse--completed{background:#3f7de8}@media (max-width: 780px){:host{display:-ms-flexbox;display:flex;-ms-flex:inherit;flex:inherit}}";export{i as bds_step}
|