@limetech/lime-elements 34.1.0-next.27 → 34.1.0-next.28
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/cjs/limel-list_3.cjs.entry.js +1 -1
- package/dist/cjs/limel-menu-list.cjs.entry.js +1 -1
- package/dist/collection/components/list/list.css +3 -0
- package/dist/collection/components/menu-list/menu-list.css +3 -0
- package/dist/esm/limel-list_3.entry.js +1 -1
- package/dist/esm/limel-menu-list.entry.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-33d5b799.entry.js → p-b6908630.entry.js} +1 -1
- package/dist/lime-elements/{p-5b2bcc12.entry.js → p-ef321d94.entry.js} +1 -1
- package/package.json +1 -1
|
@@ -3085,6 +3085,9 @@ a.mdc-list-item {
|
|
|
3085
3085
|
line-height: 100%;
|
|
3086
3086
|
margin-right: -0.5rem;
|
|
3087
3087
|
}
|
|
3088
|
+
.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
|
|
3089
|
+
margin-right: 0.5rem;
|
|
3090
|
+
}
|
|
3088
3091
|
.mdc-deprecated-list.mdc-deprecated-list--avatar-list {
|
|
3089
3092
|
position: relative;
|
|
3090
3093
|
}
|
|
@@ -3091,6 +3091,9 @@ a.mdc-list-item {
|
|
|
3091
3091
|
line-height: 100%;
|
|
3092
3092
|
margin-right: -0.5rem;
|
|
3093
3093
|
}
|
|
3094
|
+
.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
|
|
3095
|
+
margin-right: 0.5rem;
|
|
3096
|
+
}
|
|
3094
3097
|
.mdc-deprecated-list.mdc-deprecated-list--avatar-list {
|
|
3095
3098
|
position: relative;
|
|
3096
3099
|
}
|