@fluid-topics/ft-search-facet 0.3.69 → 0.3.71
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/build/ft-search-facet.light.js +5 -1
- package/build/ft-search-facet.min.js +145 -141
- package/package.json +7 -7
|
@@ -435,7 +435,6 @@ const V=Symbol.for(""),Z=t=>{if((null==t?void 0:t.r)===V)return null==t?void 0:t
|
|
|
435
435
|
box-sizing: border-box;
|
|
436
436
|
border: none;
|
|
437
437
|
pointer-events: auto;
|
|
438
|
-
gap: ${Fi.iconPadding};
|
|
439
438
|
|
|
440
439
|
--ft-button-internal-line-height: calc(${Fi.fontSize} + 2px);
|
|
441
440
|
--ft-button-internal-color: ${Fi.color};
|
|
@@ -498,10 +497,15 @@ const V=Symbol.for(""),Z=t=>{if((null==t?void 0:t.r)===V)return null==t?void 0:t
|
|
|
498
497
|
white-space: nowrap;
|
|
499
498
|
text-overflow: ellipsis;
|
|
500
499
|
display: block;
|
|
500
|
+
margin: 0 ${Fi.iconPadding};
|
|
501
501
|
${i.setVariable(Kt.fontSize,"1em")};
|
|
502
502
|
${i.setVariable(Kt.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
503
503
|
}
|
|
504
504
|
|
|
505
|
+
.ft-button--dense .ft-button--label {
|
|
506
|
+
margin: 0 ${Hi};
|
|
507
|
+
}
|
|
508
|
+
|
|
505
509
|
.ft-button--label[hidden] {
|
|
506
510
|
display: none;
|
|
507
511
|
}
|