@descope/web-components-ui 1.0.383 → 1.0.384
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.cjs.js +4 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/descope-user-attribute-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-user-attribute/UserAttributeClass.js +4 -0
package/dist/cjs/index.cjs.js
CHANGED
@@ -12289,6 +12289,10 @@ class RawUserAttribute extends createBaseClass({
|
|
12289
12289
|
content: '*';
|
12290
12290
|
color: var(${TextClass.cssVarList.textColor});
|
12291
12291
|
}
|
12292
|
+
|
12293
|
+
:host([readonly="true"]) descope-button {
|
12294
|
+
visibility: hidden;
|
12295
|
+
}
|
12292
12296
|
</style>
|
12293
12297
|
|
12294
12298
|
|