@descope/web-components-ui 1.0.310 → 1.0.311
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 +2 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/descope-avatar-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-avatar/AvatarClass.js +2 -0
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -10644,6 +10644,8 @@ class RawAvatar extends createBaseClass({ componentName: componentName$8, baseSe
|
|
|
10644
10644
|
vaadin-avatar {
|
|
10645
10645
|
width: 100%;
|
|
10646
10646
|
height: 100%;
|
|
10647
|
+
margin: 0;
|
|
10648
|
+
border: none
|
|
10647
10649
|
}
|
|
10648
10650
|
|
|
10649
10651
|
.wrapper {
|