@momentum-design/components 0.64.0 → 0.65.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/browser/index.js
CHANGED
@@ -2725,7 +2725,7 @@
|
|
2725
2725
|
${t}
|
2726
2726
|
<slot role="presentation" @click="${this.handleMouseClick}"></slot>
|
2727
2727
|
</div>
|
2728
|
-
`}};Tr.styles=[...v.styles,...zl],n([G({selector
|
2728
|
+
`}};Tr.styles=[...v.styles,...zl],n([G({selector:`${li}:not([disabled])`})],Tr.prototype,"listItems",2),n([c({type:String,attribute:"header-text",reflect:!0})],Tr.prototype,"headerText",2);var _a=Tr;_a.register($l);var Vm=_a;var Um=u`
|
2729
2729
|
:host {
|
2730
2730
|
--mdc-listitem-default-background-color: var(--mds-color-theme-background-primary-ghost);
|
2731
2731
|
--mdc-listitem-background-color-hover: var(--mds-color-theme-background-primary-hover);
|