@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.
@@ -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