@descope/web-components-ui 1.0.383 → 1.0.385
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.cjs.js +5 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -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
@@ -5499,6 +5499,7 @@ const decodeHTML = (html) => {
|
|
5499
5499
|
|
5500
5500
|
/* eslint-disable no-param-reassign */
|
5501
5501
|
|
5502
|
+
|
5502
5503
|
const componentName$H = getComponentName('enriched-text');
|
5503
5504
|
|
5504
5505
|
class EnrichedText extends createBaseClass({ componentName: componentName$H, baseSelector: ':host > div' }) {
|
@@ -12289,6 +12290,10 @@ class RawUserAttribute extends createBaseClass({
|
|
12289
12290
|
content: '*';
|
12290
12291
|
color: var(${TextClass.cssVarList.textColor});
|
12291
12292
|
}
|
12293
|
+
|
12294
|
+
:host([readonly="true"]) descope-button {
|
12295
|
+
visibility: hidden;
|
12296
|
+
}
|
12292
12297
|
</style>
|
12293
12298
|
|
12294
12299
|
|