@momentum-design/components 0.122.18 → 0.122.19

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.
@@ -1856,14 +1856,14 @@
1856
1856
  position: absolute;
1857
1857
  height: 100%;
1858
1858
  border-inline-end: var(--mdc-buttongroup-border-width) solid var(--mdc-buttongroup-divider-color);
1859
- inset-inline-end: calc(var(--mdc-buttongroup-border-width) / 2);
1859
+ inset-inline-start: 100%;
1860
1860
  }
1861
1861
  :host([variant='secondary'][orientation='vertical']) ::slotted(mdc-button:not(:last-of-type))::after {
1862
1862
  content: '';
1863
1863
  position: absolute;
1864
1864
  width: 100%;
1865
1865
  border-block-end: var(--mdc-buttongroup-border-width) solid var(--mdc-buttongroup-divider-color);
1866
- inset-block-end: calc(var(--mdc-buttongroup-border-width) / 2);
1866
+ inset-block-end: 0%;
1867
1867
  }
1868
1868
 
1869
1869
  :host([orientation='vertical']) ::slotted(mdc-button:first-of-type) {