@universal-material/web 3.7.1 → 3.7.2
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/bundle.min.js +1 -0
- package/custom-elements.json +3968 -3968
- package/field/field-base.styles.d.ts.map +1 -1
- package/field/field-base.styles.js +1 -0
- package/field/field-base.styles.js.map +1 -1
- package/package.json +1 -1
- package/vscode.html-custom-data.json +288 -288
package/bundle.min.js
CHANGED
|
@@ -1574,6 +1574,7 @@ var bs=Object.defineProperty;var Ld=Object.getOwnPropertyDescriptor;var ws=r=>{t
|
|
|
1574
1574
|
flex: 1;
|
|
1575
1575
|
padding-block: var(--_vertical-padding);
|
|
1576
1576
|
padding-inline: var(--_field-control-inline-padding);
|
|
1577
|
+
min-width: 0;
|
|
1577
1578
|
min-height: var(--_field-min-height);
|
|
1578
1579
|
transition: opacity 150ms;
|
|
1579
1580
|
}
|