@momentum-design/components 0.53.6 → 0.53.8

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.
@@ -237,7 +237,7 @@
237
237
  :host([size="20"]){
238
238
  height: var(--mdc-button-height-size-20);
239
239
  }
240
- `,...N()],cs=cc;var ge=class extends po(le(g)){constructor(){super();this.size=Er.SIZE;this.role=Er.ROLE;this.ariaStateKey=Er.ARIA_STATE_KEY;this.type=Er.TYPE;this.prevTabindex=0;this.internals=this.attachInternals(),this.addEventListener("click",this.executeAction.bind(this)),this.addEventListener("keydown",this.handleKeyDown.bind(this)),this.addEventListener("keyup",this.handleKeyUp.bind(this)),this.addEventListener("blur",this.handleBlur.bind(this))}get form(){return this.internals.form}update(e){super.update(e),e.has("disabled")&&this.setDisabled(this,this.disabled),e.has("softDisabled")&&this.setSoftDisabled(this,this.softDisabled),e.has("active")&&this.setActive(this,this.active)}executeAction(){this.type===Ft.SUBMIT&&this.form&&this.form.requestSubmit(),this.type===Ft.RESET&&this.form&&this.form.reset()}setActive(e,r){this.ariaStateKey&&this.ariaStateKey.split(",").filter(a=>a.trim().startsWith("aria-")).forEach(a=>{r===!0?e.setAttribute(a.trim(),"true"):r===!1?e.setAttribute(a.trim(),"false"):e.removeAttribute(a.trim())})}setSoftDisabled(e,r){r?e.setAttribute("aria-disabled","true"):e.removeAttribute("aria-disabled")}setDisabled(e,r){r?(e.setAttribute("aria-disabled","true"),this.prevTabindex=this.tabIndex,this.tabIndex=-1):(this.tabIndex===-1&&(this.tabIndex=this.prevTabindex),e.removeAttribute("aria-disabled"))}triggerClickEvent(){let e=new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window});this.dispatchEvent(e)}handleBlur(){this.classList.contains("pressed")&&this.classList.remove("pressed")}handleKeyDown(e){["Enter"," "].includes(e.key)&&(this.classList.add("pressed"),e.key==="Enter"&&this.triggerClickEvent(),e.key===" "&&e.preventDefault())}handleKeyUp(e){["Enter"," "].includes(e.key)&&(this.classList.remove("pressed"),e.key===" "&&this.triggerClickEvent())}render(){return m` <slot></slot> `}};ge.formAssociated=!0,ge.styles=[...g.styles,...cs],l([c({type:Boolean,reflect:!0})],ge.prototype,"active",2),l([c({type:Boolean,attribute:"soft-disabled"})],ge.prototype,"softDisabled",2),l([c({type:Number,reflect:!0})],ge.prototype,"size",2),l([c({type:String,reflect:!0})],ge.prototype,"role",2),l([c({type:String,reflect:!0})],ge.prototype,"ariaStateKey",2),l([c({reflect:!0})],ge.prototype,"type",2);var ce=ge;var Ht=class extends ce{constructor(){super(...arguments);this.variant=Bt.VARIANT;this.label=""}connectedCallback(){super.connectedCallback(),this.disabled=void 0,this.softDisabled=void 0,this.active=void 0,this.size=Bt.SIZE,this.role=Bt.ROLE}render(){return m`
240
+ `,...N()],cs=cc;var ge=class extends po(le(g)){constructor(){super();this.size=Er.SIZE;this.role=Er.ROLE;this.type=Er.TYPE;this.prevTabindex=0;this.internals=this.attachInternals(),this.addEventListener("click",this.executeAction.bind(this)),this.addEventListener("keydown",this.handleKeyDown.bind(this)),this.addEventListener("keyup",this.handleKeyUp.bind(this)),this.addEventListener("blur",this.handleBlur.bind(this))}get form(){return this.internals.form}update(e){super.update(e),e.has("disabled")&&this.setDisabled(this,this.disabled),e.has("softDisabled")&&this.setSoftDisabled(this,this.softDisabled),e.has("active")&&(this.active&&(this.ariaStateKey=this.ariaStateKey||Er.ARIA_STATE_KEY),this.setActive(this,this.active))}executeAction(){this.type===Ft.SUBMIT&&this.form&&this.form.requestSubmit(),this.type===Ft.RESET&&this.form&&this.form.reset()}setActive(e,r){this.ariaStateKey&&this.ariaStateKey.split(",").filter(a=>a.trim().startsWith("aria-")).forEach(a=>{r===!0?e.setAttribute(a.trim(),"true"):r===!1?e.setAttribute(a.trim(),"false"):e.removeAttribute(a.trim())})}setSoftDisabled(e,r){r?e.setAttribute("aria-disabled","true"):e.removeAttribute("aria-disabled")}setDisabled(e,r){r?(e.setAttribute("aria-disabled","true"),this.prevTabindex=this.tabIndex,this.tabIndex=-1):(this.tabIndex===-1&&(this.tabIndex=this.prevTabindex),e.removeAttribute("aria-disabled"))}triggerClickEvent(){let e=new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window});this.dispatchEvent(e)}handleBlur(){this.classList.contains("pressed")&&this.classList.remove("pressed")}handleKeyDown(e){["Enter"," "].includes(e.key)&&(this.classList.add("pressed"),e.key==="Enter"&&this.triggerClickEvent(),e.key===" "&&e.preventDefault())}handleKeyUp(e){["Enter"," "].includes(e.key)&&(this.classList.remove("pressed"),e.key===" "&&this.triggerClickEvent())}render(){return m` <slot></slot> `}};ge.formAssociated=!0,ge.styles=[...g.styles,...cs],l([c({type:Boolean,reflect:!0})],ge.prototype,"active",2),l([c({type:Boolean,attribute:"soft-disabled"})],ge.prototype,"softDisabled",2),l([c({type:Number,reflect:!0})],ge.prototype,"size",2),l([c({type:String,reflect:!0})],ge.prototype,"role",2),l([c({type:String,reflect:!0})],ge.prototype,"ariaStateKey",2),l([c({reflect:!0})],ge.prototype,"type",2);var ce=ge;var Ht=class extends ce{constructor(){super(...arguments);this.variant=Bt.VARIANT;this.label=""}connectedCallback(){super.connectedCallback(),this.disabled=void 0,this.softDisabled=void 0,this.active=void 0,this.size=Bt.SIZE,this.role=Bt.ROLE}render(){return m`
241
241
  <mdc-icon part="icon" name="${ls(this.variant)}" length-unit="rem" size="1"></mdc-icon>
242
242
  <mdc-text part="label" type="${Bt.TEXT_TYPE}" tagname="${Bt.TAG_NAME}">${this.label}</mdc-text>
243
243
  `}};Ht.styles=[...g.styles,...ts],l([c({type:String})],Ht.prototype,"variant",2),l([c({type:String})],Ht.prototype,"label",2);var vi=Ht;var ds=f`
@@ -1031,21 +1031,21 @@
1031
1031
  font-weight: var(--mds-font-apps-body-large-bold-font-weight);
1032
1032
  }
1033
1033
 
1034
- :host([active]:not([variant='primary'])) {
1034
+ :host([active][color='default']:not([variant='primary'])) {
1035
1035
  font-weight: var(--mds-font-apps-body-large-bold-font-weight);
1036
1036
  background: var(--mdc-button-active-background-color);
1037
1037
  }
1038
- :host([active]:not([variant='primary']):hover) {
1038
+ :host([active][color='default']:not([variant='primary']):hover) {
1039
1039
  font-weight: var(--mds-font-apps-body-large-bold-font-weight);
1040
1040
  background: var(--mdc-button-active-hover-background-color);
1041
1041
  }
1042
- :host([active]:not([variant='primary']):active),
1043
- :host([active]:not([variant='primary']).pressed) {
1042
+ :host([active][color='default']:not([variant='primary']):active),
1043
+ :host([active][color='default']:not([variant='primary']).pressed) {
1044
1044
  font-weight: var(--mds-font-apps-body-large-bold-font-weight);
1045
1045
  background: var(--mdc-button-active-pressed-background-color);
1046
1046
  }
1047
- :host([active]:not([variant='primary'])[disabled]),
1048
- :host([active]:not([variant='primary'])[soft-disabled]) {
1047
+ :host([active][color='default']:not([variant='primary'])[disabled]),
1048
+ :host([active][color='default']:not([variant='primary'])[soft-disabled]) {
1049
1049
  font-weight: var(--mds-font-apps-body-large-bold-font-weight);
1050
1050
  background: var(--mdc-button-active-disabled-background-color);
1051
1051
  }