@descope/web-components-ui 1.0.383 → 1.0.385
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 +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/index.esm.js
CHANGED
@@ -6373,6 +6373,7 @@ const decodeHTML = (html) => {
|
|
6373
6373
|
|
6374
6374
|
/* eslint-disable no-param-reassign */
|
6375
6375
|
|
6376
|
+
|
6376
6377
|
const componentName$F = getComponentName('enriched-text');
|
6377
6378
|
|
6378
6379
|
class EnrichedText extends createBaseClass({ componentName: componentName$F, baseSelector: ':host > div' }) {
|
@@ -13202,6 +13203,10 @@ class RawUserAttribute extends createBaseClass({
|
|
13202
13203
|
content: '*';
|
13203
13204
|
color: var(${TextClass.cssVarList.textColor});
|
13204
13205
|
}
|
13206
|
+
|
13207
|
+
:host([readonly="true"]) descope-button {
|
13208
|
+
visibility: hidden;
|
13209
|
+
}
|
13205
13210
|
</style>
|
13206
13211
|
|
13207
13212
|
|