@momentum-design/components 0.111.3 → 0.112.1
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 -1
- package/dist/browser/index.js.map +2 -2
- package/dist/components/option/option.styles.js +2 -1
- package/dist/custom-elements.json +722 -722
- package/dist/react/brandvisual/index.d.ts +1 -1
- package/dist/react/index.d.ts +3 -3
- package/dist/react/index.js +3 -3
- package/package.json +1 -1
package/dist/browser/index.js
CHANGED
@@ -4263,6 +4263,7 @@
|
|
4263
4263
|
:host {
|
4264
4264
|
--mdc-listitem-column-gap: 0.75rem;
|
4265
4265
|
--mdc-option-icon-width: 1rem;
|
4266
|
+
flex-shrink: 0;
|
4266
4267
|
}
|
4267
4268
|
|
4268
4269
|
:host::part(leading-icon),
|
@@ -4275,7 +4276,7 @@
|
|
4275
4276
|
:host::part(leading-text) {
|
4276
4277
|
flex: 1;
|
4277
4278
|
}
|
4278
|
-
|
4279
|
+
|
4279
4280
|
:host::part(leading-icon) {
|
4280
4281
|
margin-inline-end: var(--mdc-listitem-column-gap);
|
4281
4282
|
}
|