@momentum-design/components 0.91.0 → 0.91.1
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
@@ -915,6 +915,11 @@
|
|
915
915
|
.mdc-badge-text {
|
916
916
|
outline: 0.125rem solid;
|
917
917
|
}
|
918
|
+
|
919
|
+
.mdc-badge-dot {
|
920
|
+
background-color: ButtonText;
|
921
|
+
outline: none;
|
922
|
+
}
|
918
923
|
}
|
919
924
|
`],Tp=pg;var yr=class extends ce(q){constructor(){super(...arguments);this.variant=li.VARIANT;this.maxCounter=li.MAX_COUNTER;this.overlay=!1;this.ariaLabel=null}getCounterText(e,s){return s===void 0||typeof s!="number"||e===0?"":s>e?`${e}+`:e>li.MAX_COUNTER_LIMIT||s>li.MAX_COUNTER_LIMIT?`${li.MAX_COUNTER_LIMIT}+`:s.toString()}getBadgeIcon(e,s){return M`
|
920
925
|
<mdc-icon
|