@universal-material/web 3.7.0 → 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 +7 -0
- package/custom-elements.json +6813 -6813
- 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/select/select.d.ts.map +1 -1
- package/select/select.js +0 -1
- package/select/select.js.map +1 -1
- package/select/select.styles.d.ts.map +1 -1
- package/select/select.styles.js +6 -0
- package/select/select.styles.js.map +1 -1
- package/vscode.html-custom-data.json +316 -316
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
|
}
|
|
@@ -2723,6 +2724,12 @@ var bs=Object.defineProperty;var Ld=Object.getOwnPropertyDescriptor;var ws=r=>{t
|
|
|
2723
2724
|
margin: -1px;
|
|
2724
2725
|
overflow: hidden;
|
|
2725
2726
|
}
|
|
2727
|
+
|
|
2728
|
+
.input {
|
|
2729
|
+
text-overflow: ellipsis;
|
|
2730
|
+
white-space: nowrap;
|
|
2731
|
+
overflow: hidden;
|
|
2732
|
+
}
|
|
2726
2733
|
`;var ac=y`
|
|
2727
2734
|
:host {
|
|
2728
2735
|
display: block;
|