@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/cjs/index.cjs.js +8 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/dist/umd/descope-filter.js +1 -1
- package/dist/umd/descope-filter.js.map +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +42 -42
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
|
}
|