@momentum-design/components 0.16.21 → 0.17.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.
@@ -106,11 +106,15 @@ const styles = [hostFitContentStyles, css `
106
106
  :host([disabled]) {
107
107
  color: var(--mdc-link-color-disabled);
108
108
  pointer-events: none;
109
- text-decoration: var(--mdc-link-text-decoration-disabled);
110
109
  }
111
110
 
112
111
  :host([inverted][disabled]) {
113
112
  color: var(--mdc-link-inverted-color-disabled);
114
113
  }
115
- `, ...hostFocusRingStyles()];
114
+ `, ...hostFocusRingStyles(),
115
+ css `
116
+ :host(:active) {
117
+ box-shadow: none;
118
+ }
119
+ `];
116
120
  export default styles;
package/package.json CHANGED
@@ -36,5 +36,5 @@
36
36
  "lit": "^3.2.0",
37
37
  "uuid": "^11.0.5"
38
38
  },
39
- "version": "0.16.21"
39
+ "version": "0.17.0"
40
40
  }