@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.
- package/dist/browser/index.js +2 -2
- package/dist/browser/index.js.map +2 -2
- package/dist/components/buttongroup/buttongroup.component.d.ts +17 -2
- package/dist/components/buttongroup/buttongroup.component.js +17 -2
- package/dist/components/buttongroup/buttongroup.styles.js +2 -2
- package/dist/custom-elements.json +598 -598
- package/dist/react/buttongroup/index.d.ts +17 -2
- package/dist/react/buttongroup/index.js +17 -2
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
package/dist/browser/index.js
CHANGED
|
@@ -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-
|
|
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:
|
|
1866
|
+
inset-block-end: 0%;
|
|
1867
1867
|
}
|
|
1868
1868
|
|
|
1869
1869
|
:host([orientation='vertical']) ::slotted(mdc-button:first-of-type) {
|