@momentum-design/components 0.122.11 → 0.122.12
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/browser/index.js
    CHANGED
    
    | 
         @@ -6389,7 +6389,7 @@ 
     | 
|
| 
       6389 
6389 
     | 
    
         
             
                cursor: unset;
         
     | 
| 
       6390 
6390 
     | 
    
         
             
              }
         
     | 
| 
       6391 
6391 
     | 
    
         
             
              :host(:focus-within)::part(combobox__button) {
         
     | 
| 
       6392 
     | 
    
         
            -
                border- 
     | 
| 
      
 6392 
     | 
    
         
            +
                border-inline-start-color: var(--mdc-combobox-border-color);
         
     | 
| 
       6393 
6393 
     | 
    
         
             
              }
         
     | 
| 
       6394 
6394 
     | 
    
         
             
              :host(:not([disabled]))::part(combobox__base):hover {
         
     | 
| 
       6395 
6395 
     | 
    
         
             
                background-color: var(--mdc-combobox-hover-background-color);
         
     | 
| 
         @@ -6401,7 +6401,7 @@ 
     | 
|
| 
       6401 
6401 
     | 
    
         
             
                border-color: var(--mdc-help-text-color);
         
     | 
| 
       6402 
6402 
     | 
    
         
             
              }
         
     | 
| 
       6403 
6403 
     | 
    
         
             
              :host([disabled])::part(combobox__button) {
         
     | 
| 
       6404 
     | 
    
         
            -
                border- 
     | 
| 
      
 6404 
     | 
    
         
            +
                border-inline-start-color: var(--mdc-combobox-text-color-disabled);
         
     | 
| 
       6405 
6405 
     | 
    
         
             
              }
         
     | 
| 
       6406 
6406 
     | 
    
         
             
              :host::part(mdc-input) {
         
     | 
| 
       6407 
6407 
     | 
    
         
             
                width: calc(100% - 1.5rem);
         
     |