@descope/web-components-ui 1.0.129 → 1.0.131
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/cjs/index.cjs.js +1 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/descope-container-index-js.js +1 -1
- package/dist/umd/descope-phone-field-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-container/ContainerClass.js +0 -1
- package/src/components/descope-phone-field/PhoneFieldClass.js +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1855,7 +1855,6 @@ class RawContainer extends createBaseClass({ componentName: componentName$i, bas
|
|
|
1855
1855
|
}
|
|
1856
1856
|
:host {
|
|
1857
1857
|
display: inline-block;
|
|
1858
|
-
overflow: hidden;
|
|
1859
1858
|
}
|
|
1860
1859
|
</style>
|
|
1861
1860
|
<slot></slot>
|
|
@@ -4789,7 +4788,7 @@ const PhoneFieldClass = compose(
|
|
|
4789
4788
|
wrappedEleName: 'vaadin-text-field',
|
|
4790
4789
|
style: () => `
|
|
4791
4790
|
:host {
|
|
4792
|
-
display: inline-
|
|
4791
|
+
display: inline-flex;
|
|
4793
4792
|
max-width: 100%;
|
|
4794
4793
|
min-width: 15em;
|
|
4795
4794
|
box-sizing: border-box;
|