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