@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.
@@ -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.5rem;
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.25rem;
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.5rem;
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.5rem;
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.75rem;
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.875rem;
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;