@descope/web-components-ui 1.0.383 → 1.0.384

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/index.esm.js CHANGED
@@ -13202,6 +13202,10 @@ class RawUserAttribute extends createBaseClass({
13202
13202
  content: '*';
13203
13203
  color: var(${TextClass.cssVarList.textColor});
13204
13204
  }
13205
+
13206
+ :host([readonly="true"]) descope-button {
13207
+ visibility: hidden;
13208
+ }
13205
13209
  </style>
13206
13210
 
13207
13211