@fluid-topics/ft-search-facet 2.0.15 → 2.0.16
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.js
CHANGED
|
@@ -20,7 +20,7 @@ import { FtTreeSelector, FtTreeSelectorModes, } from "@fluid-topics/ft-tree-sele
|
|
|
20
20
|
import { FacetHelper } from "./FacetHelper";
|
|
21
21
|
import { FtButton } from "@fluid-topics/ft-button";
|
|
22
22
|
import { FtSearchStateResourceRequest } from "@fluid-topics/ft-search-context/build/store/model";
|
|
23
|
-
class FtSearchFacet extends withI18n(FtSearchComponent) {
|
|
23
|
+
export class FtSearchFacet extends withI18n(FtSearchComponent) {
|
|
24
24
|
constructor() {
|
|
25
25
|
super(...arguments);
|
|
26
26
|
this.facetId = "";
|
|
@@ -184,4 +184,3 @@ __decorate([
|
|
|
184
184
|
__decorate([
|
|
185
185
|
reduxEventListener({ eventName: ClearAllFiltersEvent.eventName })
|
|
186
186
|
], FtSearchFacet.prototype, "clearFacet", null);
|
|
187
|
-
export { FtSearchFacet };
|
|
@@ -2528,6 +2528,8 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2528
2528
|
`;var zr=class extends Be{get typographyVariant(){return le.body2}};zr.elementDefinitions={...Be.elementDefinitions,"ft-or-ftds-typography":Q};zr.styles=Ku;var gi=b(w());var qu=b(B()),H=b(w());var Zu=qu.css`
|
|
2529
2529
|
* {
|
|
2530
2530
|
box-sizing: border-box;
|
|
2531
|
+
display: inline-flex;
|
|
2532
|
+
align-items: center;
|
|
2531
2533
|
--input-size: calc(${H.radio.circleSize} + 2 * (${H.radio.focusOutlineOffset} + ${H.radio.focusOutlineWidth}));
|
|
2532
2534
|
--input-margin: calc(-1 * ${H.radio.focusOutlineOffset} - ${H.radio.focusOutlineWidth});
|
|
2533
2535
|
}
|
|
@@ -2535,9 +2537,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2535
2537
|
.ft-radio {
|
|
2536
2538
|
box-sizing: border-box;
|
|
2537
2539
|
color: ${H.radio.color};
|
|
2538
|
-
|
|
2539
|
-
display: inline-flex;
|
|
2540
|
-
align-items: center;
|
|
2541
2540
|
gap: ${H.radio.horizontalGap};
|
|
2542
2541
|
}
|
|
2543
2542
|
|