@descope/web-components-ui 3.18.1 → 3.18.2

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
@@ -31748,7 +31748,14 @@ class RawFilterClass extends BaseClass$1 {
31748
31748
  display: block;
31749
31749
  }
31750
31750
 
31751
-
31751
+ /* Block (not the attachment's own inline-block) so host width set from
31752
+ outside (e.g. container items-grow) flows down to the trigger button;
31753
+ anchored's flex-grow on the anchor carries it the rest of the way. */
31754
+ .attachment {
31755
+ display: block;
31756
+ }
31757
+
31758
+
31752
31759
  .hidden {
31753
31760
  display: none;
31754
31761
  }