@limetech/lime-elements 37.52.3 → 37.52.5
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/CHANGELOG.md +16 -0
- package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js +2 -2
- package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-dynamic-label_4.cjs.entry.js +1 -1
- package/dist/cjs/limel-dynamic-label_4.cjs.entry.js.map +1 -1
- package/dist/collection/components/input-field/input-field.js +1 -1
- package/dist/collection/components/input-field/input-field.js.map +1 -1
- package/dist/collection/components/list/list.css +6 -6
- package/dist/collection/components/menu-list/menu-list.css +8 -7
- package/dist/esm/limel-breadcrumbs_5.entry.js +2 -2
- package/dist/esm/limel-breadcrumbs_5.entry.js.map +1 -1
- package/dist/esm/limel-dynamic-label_4.entry.js +1 -1
- package/dist/esm/limel-dynamic-label_4.entry.js.map +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-c1d4e340.entry.js → p-773e3d4f.entry.js} +4 -4
- package/dist/lime-elements/p-773e3d4f.entry.js.map +1 -0
- package/dist/lime-elements/{p-b0720dce.entry.js → p-9a895330.entry.js} +2 -2
- package/dist/lime-elements/p-9a895330.entry.js.map +1 -0
- package/package.json +1 -1
- package/dist/lime-elements/p-b0720dce.entry.js.map +0 -1
- package/dist/lime-elements/p-c1d4e340.entry.js.map +0 -1
|
@@ -4499,9 +4499,10 @@ a.mdc-list-item {
|
|
|
4499
4499
|
.mdc-deprecated-list .mdc-deprecated-list-item__meta {
|
|
4500
4500
|
line-height: 100%;
|
|
4501
4501
|
margin-right: -0.5rem;
|
|
4502
|
+
order: var(--limel-list-meta-order, 3);
|
|
4502
4503
|
}
|
|
4503
4504
|
.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
|
|
4504
|
-
margin-right: 0
|
|
4505
|
+
margin-right: 0;
|
|
4505
4506
|
}
|
|
4506
4507
|
.mdc-deprecated-list.mdc-deprecated-list--avatar-list {
|
|
4507
4508
|
position: relative;
|
|
@@ -4509,7 +4510,6 @@ a.mdc-list-item {
|
|
|
4509
4510
|
.mdc-deprecated-list.mdc-deprecated-list--avatar-list limel-icon.mdc-deprecated-list-item__graphic {
|
|
4510
4511
|
background-color: var(--icon-background-color, rgb(var(--contrast-900)));
|
|
4511
4512
|
color: var(--icon-color, rgba(var(--color-white), 0.88));
|
|
4512
|
-
margin-right: 0.75rem;
|
|
4513
4513
|
margin-left: -0.25rem;
|
|
4514
4514
|
}
|
|
4515
4515
|
.mdc-deprecated-list.mdc-deprecated-list--avatar-list hr.mdc-deprecated-list-divider {
|
|
@@ -4573,16 +4573,16 @@ a.mdc-list-item {
|
|
|
4573
4573
|
}
|
|
4574
4574
|
|
|
4575
4575
|
.mdc-deprecated-list:not(.mdc-deprecated-list--avatar-list) limel-icon.mdc-deprecated-list-item__graphic[size=x-small] {
|
|
4576
|
-
margin-right: 0
|
|
4576
|
+
margin-right: 0;
|
|
4577
4577
|
}
|
|
4578
4578
|
.mdc-deprecated-list:not(.mdc-deprecated-list--avatar-list) limel-icon.mdc-deprecated-list-item__graphic[size=small] {
|
|
4579
|
-
margin-right: 0
|
|
4579
|
+
margin-right: 0;
|
|
4580
4580
|
}
|
|
4581
4581
|
.mdc-deprecated-list:not(.mdc-deprecated-list--avatar-list) limel-icon.mdc-deprecated-list-item__graphic[size=medium] {
|
|
4582
|
-
margin-right: 0.
|
|
4582
|
+
margin-right: 0.25rem;
|
|
4583
4583
|
}
|
|
4584
4584
|
.mdc-deprecated-list:not(.mdc-deprecated-list--avatar-list) limel-icon.mdc-deprecated-list-item__graphic[size=large] {
|
|
4585
|
-
margin-right: 0.
|
|
4585
|
+
margin-right: 0.5rem;
|
|
4586
4586
|
}
|
|
4587
4587
|
|
|
4588
4588
|
.mdc-deprecated-list-item.mdc-deprecated-list-item--selected:before {
|
|
@@ -6078,7 +6078,8 @@ a.mdc-list-item {
|
|
|
6078
6078
|
font-size: 0.8125rem;
|
|
6079
6079
|
}
|
|
6080
6080
|
.mdc-deprecated-list .mdc-deprecated-list-item[role=menuitem] .mdc-deprecated-list-item__graphic {
|
|
6081
|
-
margin-right: 0
|
|
6081
|
+
margin-right: 0;
|
|
6082
|
+
margin-left: -0.75rem;
|
|
6082
6083
|
}
|
|
6083
6084
|
.mdc-deprecated-list hr.mdc-deprecated-list-divider.mdc-deprecated-list-divider--inset {
|
|
6084
6085
|
display: none;
|